Pixel to MM

Enter a value in either field and the other updates in real time. Adjust DPI for different screen and print resolutions.

Conversion Input

Real-time sync active
px
mm

Conversion Result

26.4583 mm
100 px = 26.4583 mm @ 96 DPI

Conversion Formula

mm = px x 25.4 / DPI
mm = 100 x 25.4 / 96
mm = 2,540 / 96
mm = 26.4583
Centimeters
2.6458 cm
Inches
1.0417 in
Points (pt)
75 pt
CSS rem (16px base)
6.25 rem

A pixel (px) is the smallest addressable unit on a screen. A millimeter (mm) is a physical unit. Their relationship depends on DPI (dots per inch). At 96 DPI, 1 px is about 0.2646 mm.

How the Pixel to MM Calculator Works

Convert pixels to millimeters in three simple steps.

1

Enter the Pixel Value

Type a pixel (px) value into the input field. Images, layouts, and design elements in tools such as Adobe Photoshop, Figma, GIMP, and Canva are measured in pixels.

2

Select the DPI

Choose the DPI that matches your output. The W3C CSS reference uses 96 DPI, legacy Mac references use 72 DPI, and print workflows commonly use 150 or 300 DPI.

3

Read the Millimeter Result

The calculator applies mm = px × 25.4 ÷ DPI and updates the millimeter value in real time, together with centimeters, inches, and points.

The converter accepts any DPI value, including custom screen and print resolutions. Higher DPI maps each pixel to a smaller physical size.

Pixel to MM Formula

The conversion uses two variables: the pixel value and the output device's DPI.

Pixel to Millimeter Formula

mm = px × 25.4 ÷ DPI

The constant 25.4 is the exact number of millimeters in one inch. DPI defines how many pixels fit inside that inch; PPI is commonly used instead of DPI for screen resolution.

Reverse Formula — MM to Pixel

px = mm × DPI ÷ 25.4

To convert millimeters back to pixels, multiply the millimeter value by DPI and divide by 25.4.

Worked Examples

100 px at 72 DPI

mm = 100 × 25.4 ÷ 72 = 35.2778 mm

100 px at 96 DPI

mm = 100 × 25.4 ÷ 96 = 26.4583 mm

100 px at 150 DPI

mm = 100 × 25.4 ÷ 150 = 16.9333 mm

100 px at 300 DPI

mm = 100 × 25.4 ÷ 300 = 8.4667 mm

At higher DPI values, the same pixel count produces a smaller physical size. CSS layout still references 96 DPI even on high-density displays.

Pixel to MM Conversion Chart

Millimeter, centimeter, and inch equivalents for 13 common pixel values across four standard DPI settings.

PX to MM Conversion Chart

Pixels (px) mm @ 72 DPI mm @ 96 DPI mm @ 150 DPI mm @ 300 DPI cm @ 96 DPI Inches @ 96 DPI
1 px 0.3528 0.2646 0.1693 0.0847 0.0265 0.0104
5 px 1.7639 1.3229 0.8467 0.4233 0.1323 0.0521
10 px 3.5278 2.6458 1.6933 0.8467 0.2646 0.1042
16 px 5.6444 4.2333 2.7093 1.3547 0.4233 0.1667
32 px 11.2889 8.4667 5.4187 2.7093 0.8467 0.3333
50 px 17.6389 13.2292 8.4667 4.2333 1.3229 0.5208
64 px 22.5778 16.9333 10.8373 5.4187 1.6933 0.6667
100 px 35.2778 26.4583 16.9333 8.4667 2.6458 1.0417
128 px 45.1556 33.8667 21.6747 10.8373 3.3867 1.3333
256 px 90.3111 67.7333 43.3493 21.6747 6.7733 2.6667
500 px 176.3889 132.2917 84.6667 42.3333 13.2292 5.2083
1000 px 352.7778 264.5833 169.3333 84.6667 26.4583 10.4167
1920 px 677.3333 508.0000 325.1200 162.5600 50.8000 20.0000

How to read this chart: Find your pixel value in the first column, then read across to the DPI column matching your screen or print resolution. A 1920 px image at 96 DPI measures 508.0000 mm (50.80 cm / 20.00 inches).

How to Calculate Pixel to MM

Multiply the pixel value by 25.4, then divide by the DPI of your target device.

Step-by-Step Pixel to MM Calculation

  1. Identify the pixel value — find the width, height, or dimension in pixels in your design tool.
  2. Determine the DPI — standard screen resolution uses 96 DPI, while high-quality print commonly uses 300 DPI.
  3. Apply the formula — calculate mm = px × 25.4 ÷ DPI.
  4. Convert to other units — divide millimeters by 10 for centimeters or by 25.4 for inches.

Web Design — 96 DPI

500 px at 96 DPI = 132.2917 mm (13.23 cm / 5.21 in).

The W3C defines 96 DPI as the CSS reference pixel standard. Use this setting when converting dimensions from a web layout to a physical print size.

Print Design — 300 DPI

500 px at 300 DPI = 42.3333 mm (4.23 cm / 1.67 in).

Professional print workflows commonly use 300 DPI for high-quality output, packing more pixels into every inch.

Retina Display — 192 Effective DPI

500 CSS pixels at device pixel ratio 2 = 1000 device pixels.

A high-density display maps each CSS pixel to multiple device pixels, while CSS layout measurements continue to reference 96 DPI.

Pixel to MM Ratio

The ratio is the number of millimeters occupied by one pixel at a given DPI.

1 Pixel = ? Millimeters at Each DPI

DPI (Dots Per Inch) 1 px in mm 1 px in cm 1 px in inches Common Use
72 DPI 0.3528 mm 0.0353 cm 0.0139 in Mac Classic / legacy web
96 DPI 0.2646 mm 0.0265 cm 0.0104 in Windows standard / W3C CSS reference
120 DPI 0.2117 mm 0.0212 cm 0.0083 in Windows 125% scaling
150 DPI 0.1693 mm 0.0169 cm 0.0067 in Medium resolution print
192 DPI 0.1323 mm 0.0132 cm 0.0052 in Retina / HiDPI (device pixel ratio 2)
300 DPI 0.0847 mm 0.0085 cm 0.0033 in High quality print / prepress
600 DPI 0.0423 mm 0.0042 cm 0.0017 in Professional print / laser engraving

How DPI Determines the Pixel to MM Ratio

DPI and PPI define how many pixels or dots fit inside one inch (25.4 mm). The ratio is 25.4 ÷ DPI. At 96 DPI, 1 pixel is 0.2646 mm; at 300 DPI, it is 0.0847 mm.

Screen and print workflows use different DPI standards. CSS pixels reference 96 DPI, while device pixel ratio connects CSS pixels to physical pixels on high-density displays.

Pixel and MM Difference

A pixel is a digital unit; a millimeter is a fixed physical unit.

Pixel vs. Millimeter — Comparison

Property Pixel (px) Millimeter (mm)
Type Digital unit — the smallest addressable screen element Physical unit — a fixed metric length
Measurement System Digital imaging and screen displays International System of Units (SI)
Depends on DPI Yes — physical pixel size changes with DPI/PPI No — one millimeter is fixed on every device
Primary Usage Web design, graphics, and image processing Print, engineering, manufacturing, and packaging
Scalability Scales with resolution and device pixel ratio Fixed — does not scale
Standardized By W3C, Adobe, and device platforms International Bureau of Weights and Measures (BIPM)

6 Key Differences Between Pixel and Millimeter

  1. A pixel has no fixed physical size — its millimeter size depends on the display or print DPI.
  2. A millimeter is constant — 1 mm equals exactly 0.03937 inches on every device.
  3. Pixels belong to digital workflows — design and image tools use them for screen-based work.
  4. Millimeters belong to physical workflows — print, manufacturing, packaging, and engraving use fixed measurements.
  5. CSS pixels are device-independent — layout uses a 96 DPI reference even on high-density displays.
  6. Conversion requires DPImm = px × 25.4 ÷ DPI bridges digital and physical dimensions.

Specialized tools

Pixel to MM Calculators

Choose a workflow-specific converter for print, spreadsheets, and popular design apps.

Frequently Asked Questions

Multiply the pixel value by 25.4, then divide by DPI. At 96 DPI, 100 px becomes 26.4583 mm.

It depends on DPI. At 96 DPI, 1 px is about 0.2646 mm; at 300 DPI, it is much smaller.

Use 96 DPI for standard web and CSS work, 72 DPI for legacy Mac references, and 150–300 DPI for print.

There are exactly 25.4 millimeters in one inch, so this constant connects pixel density to physical size.

Yes. Multiply millimeters by DPI, then divide by 25.4. The converter works in both directions.

Higher DPI means more pixels per inch, so each pixel maps to fewer millimeters.