Skip to content
FeetToPixelsDPI / PPI / CSS

Overview

Pixels per millimeter depends on DPI. At 96 DPI there are about 3.78 pixels per millimeter, while at 300 DPI there are about 11.81 pixels per millimeter.

Pixels Per Millimeter: Complete Reference

Pixels per millimeter is the pixel density unit used across Europe, Asia, Latin America, and most scientific and engineering fields. Because 1 inch = 25.4 mm, the conversion is always: pixels per mm = DPI / 25.4. Going the other direction: DPI = pixels per mm x 25.4.

American print and design typically speaks in DPI and inches, but the metric system dominates the rest of the world. ISO 216 paper sizes (A4, A3, A5), DICOM medical imaging, European packaging regulations, scientific imaging, microscopy, and most engineering CAD output all specify dimensions in millimeters. Knowing pixels/mm directly removes the friction of constant back-and-forth conversion and eliminates rounding errors that compound across large documents.

What happens when you ignore mm-based specs and submit DPI-only specs to a European print shop? The print shop applies their own conversion, often rounding to the nearest whole pixel. On a small file this barely matters. On a 420 x 594 mm A2 poster at 300 DPI, a rounding difference of even 2 pixels per dimension gets flagged by prepress software as a size mismatch and your file gets returned. Thinking natively in pixels/mm removes that problem entirely. Our mm to Pixels Converter handles the calculation with exact 25.4 precision.

Pixels Per Millimeter at Common DPI

DPIPixels per mmUse Case
722.83Legacy screen (rarely used today)
963.78Windows screen reference
1505.91Newspaper, large poster
2007.87Flyers, brochures, draft print
2409.45High-quality photos, fine magazines
30011.81Professional print standard
40015.75High-end magazine, fine art
60023.62Archival print, laser output
120047.24Precision technical drawing, laser printer
240094.49High-end inkjet, film plate

Common mm Measurements in Pixels (at 300 DPI)

DimensionMillimetersPixels at 300 DPI
Business card (standard)85 x 551004 x 650
Credit card size85.6 x 53.981011 x 638
A7 paper74 x 105874 x 1240
A6 paper (postcard)105 x 1481240 x 1748
A5 paper148 x 2101748 x 2480
A4 paper210 x 2972480 x 3508
A3 paper297 x 4203508 x 4961
A2 poster420 x 5944961 x 7016
A1 poster594 x 8417016 x 9933
A0 poster841 x 11899933 x 14043

Pixels Per mm in Scientific and Medical Imaging

Microscopy expresses pixel density in pixels/micrometer (um) rather than pixels/mm because sample features are measured in micrometers. A typical 10x objective captures roughly 0.7 pixels/um, which equals 700 pixels/mm, equivalent to about 17,780 DPI in print terms. That's vastly higher than standard print resolution because microscopic features demand it.

DICOM medical imaging records pixel spacing in mm per pixel, the inverse of pixels/mm. A chest X-ray might report 0.143 mm per pixel, which equals 7 pixels/mm and is equivalent to about 178 DPI. MRI slices often store 1.0 mm per pixel (1 pixel/mm, 25.4 DPI) for thick anatomical sections. Converting between these formats is a common source of errors in medical image processing pipelines, and it's exactly the kind of task where getting the 25.4 constant wrong by even a fraction causes measurement failures.

Scientific publishing demands specific minimum DPI for illustrations. Nature and Cell require 300 DPI at final column width. PLOS One accepts 300 DPI minimum. IEEE journals specify 1,200 DPI for line art. Knowing pixels/mm natively avoids rounding errors when preparing figures at specific metric column widths, which are always defined in millimeters in journal style guides.

Quick Conversion Formulas

Pixels per mm from DPI: DPI / 25.4. A 300 DPI scan = 300 / 25.4 = 11.81 pixels per mm.

DPI from pixels per mm: pixels per mm x 25.4. A 5 pixels/mm scan = 5 x 25.4 = 127 DPI.

Pixels needed for an mm-based print: mm x DPI / 25.4. A 210 mm wide A4 sheet at 300 DPI needs 210 x 300 / 25.4 = 2,480 pixels.

Max mm print from a pixel count: pixels x 25.4 / DPI. A 3,000-pixel image at 300 DPI prints cleanly up to 3,000 x 25.4 / 300 = 254 mm (about 10 inches). Our mm to Pixels and Pixels to mm converters automate these calculations instantly.

When to Think in Pixels Per mm vs DPI

You should think in pixels/mm when your output specifications arrive in millimeters. That's the short answer. If a client spec sheet says '297 x 210 mm at 11.81 pixels/mm', working in DPI means you're converting before you can even start. European designers, packaging studios, scientific publishers, and medical imaging teams work in mm natively. Switching mental units mid-project is where rounding errors enter.

Who actually needs mm-based pixel density as their primary unit? Three clear groups: European and Asian print designers working with ISO 216 paper sizes where dimensions are always in mm; scientific and medical imaging professionals where sensor specifications, scan parameters, and output targets are all metric; and engineers producing technical drawings for manufacturing where tolerances are in fractions of a millimeter and pixel density of output documentation needs to match.

For everyone else, DPI is fine. If you're building content for US markets, designing for American print standards, or working in web and screen contexts, DPI and pixels per inch are the natural units and there's no benefit to switching. The pixels/mm unit earns its value when the physical dimension you're working from is already in millimeters. Our mm to Pixels Converter bridges both systems without requiring you to remember the 25.4 factor each time.

Practical Quality Notes for Pixels Per Millimeter

This guide is most helpful when the result is tied to a real workflow, not treated as a loose number. For Pixels Per Millimeter, verify the physical measurement, the target DPI, and whether the output is for screen preview, print, signage, or layout planning. That context prevents the common mistake of copying a pixel value into a print, web, or CSS workflow where the reference size is different.

Pixels Per Millimeter should be checked with the formula, a realistic example, and the actual output requirement before you export or publish. If the number looks unexpectedly large or small, check the unit direction first, then check the DPI, base font size, viewport width, or physical measurement that controls the calculation.

A good review pass for Pixels Per Millimeter is simple: calculate once, compare against a known example, and preview the final output at the size people will actually see. Pixels per millimeter depends on DPI. At 96 DPI there are about 3.78 pixels per millimeter, while at 300 DPI there are about 11.81 pixels per millimeter.

Checks Before You Use the Result

  • Confirm that Pixels Per Millimeter is using the same input unit your source file or design brief uses.
  • Save the DPI, viewport, or font-size setting next to the final Pixels Per Millimeter value so another person can reproduce it.
  • Preview the Pixels Per Millimeter output on the target medium before sending it to print, publishing it, or adding it to CSS.
  • Recalculate Pixels Per Millimeter after resizing, cropping, changing aspect ratio, or changing the root font-size or viewport assumption.

When the Number Needs a Second Look

Recheck the result if the project moves from screen to print, from desktop to mobile, from one social platform placement to another, or from a draft export to a production file. Small context changes can make a correct Pixels Per Millimeter answer wrong for the final job.

Sources

Reference Sources

These external references support the page's conversion formulas, resolution guidance, and unit explanations.

Frequently Asked Questions

It depends on DPI. The conversion is: pixels per mm = DPI / 25.4 (because 1 inch equals 25.4 mm). At 72 DPI: 2.83 pixels/mm. At 96 DPI: 3.78 pixels/mm. At 150 DPI: 5.91 pixels/mm. At 300 DPI: 11.81 pixels/mm. At 600 DPI: 23.62 pixels/mm.

Anywhere metric measurements dominate: European print specs, scientific imaging, engineering drawings, DICOM medical images, microscopy, and packaging design. Asia, Europe, and most of the world specify print dimensions in mm rather than inches, so pixels per mm is the native unit for a large portion of global design work. If you're submitting files to a European print shop and you're only thinking in DPI and inches, you're doing an extra conversion step that introduces rounding errors.

pixels = mm x DPI / 25.4. A 100 mm wide design at 300 DPI needs 100 x 300 / 25.4 = 1,181 pixels. A 210 mm wide A4 document at 300 DPI needs 210 x 300 / 25.4 = 2,480 pixels. Keep 25.4 as your conversion constant. It's exact, not an approximation.

Yes, they're the same density expressed in different units. Some software and regional standards report density in pixels/mm rather than DPI. ISO 216 and most European print shops think natively in pixels/mm. The conversion factor is always 25.4, exact in both directions.

Sometimes. EXIF metadata usually stores resolution as DPI, but scientific cameras and microscope cameras often record pixel density in pixels/micrometer (pixels/um) or pixels/mm because their work is metric. Converting: 1 pixel/um = 1,000 pixels/mm = 25,400 DPI, which is typical for high-magnification microscopy.

11.81 pixels per millimeter. Formula: DPI / 25.4. At 96 DPI: 3.78 pixels/mm. At 150 DPI: 5.91 pixels/mm. At 300 DPI: 11.81 pixels/mm.

25.4 is the exact number of millimeters in one inch (1 inch = 25.4 mm). Since DPI measures dots per inch, dividing by 25.4 converts to dots (or pixels) per millimeter.

At 300 DPI: 1 mm = 11.81 pixels. At 96 DPI: 1 mm = 3.78 pixels. A standard business card is 85 x 55 mm, which at 300 DPI = 1,004 x 650 pixels.