Display P3 Converter
Convert sRGB colors to Display P3 wide gamut and back, with CSS color() output. Enter a value on the left; the sRGB equivalent and every other format appear instantly.
Input
Result
How to convert Display P3 to RGB
- Enter your Display P3 value in the input panel (or use the visual picker).
- The RGB result updates instantly as you type — no submit button needed.
- Click Copy next to the result, or expand “All other formats” for every color model at once.
About Display P3
Display P3 is Apple's wide-gamut color space, roughly 25% larger than sRGB. Modern CSS supports it via color(display-p3 r g b) for more vivid reds and greens.
About RGB
RGB describes a color by its red, green and blue light components, each from 0 to 255. It is the native model of screens and the most widely used digital color format.
Frequently asked questions
What is Display P3?
Display P3 is Apple's wide-gamut color space, roughly 25% larger than sRGB. Modern CSS supports it via color(display-p3 r g b) for more vivid reds and greens.
How accurate is this Display P3 converter?
Conversions use the standard published matrices and transfer functions (sRGB, D65) with double-precision math, then round for display.
Does it work offline?
Once loaded, all math runs in your browser — nothing is sent to a server.