Shades of Deep Magenta #D902CE
Tints of Deep Magenta #D902CE
RGB
CMYK
RGB Variations
Color information
#D902CE (or 0xD902CE) is known color: Deep Magenta. HEX triplet: D9, 02 and CE. RGB value is (217,2,206). Sum of RGB (Red+Green+Blue) = 217+2+206=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D902CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D902CE is #26FD31. Grayscale: #585858. Windows color (decimal): -2555186 or 13501145. OLE color: 13501145.
HSL color Cylindrical-coordinate representation of color #D902CE: hue angle of 303.07º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902CE is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.15 |
| HSL | 303.07º | 0.98% | 0.43% | - |
| HSV(B) | 303.07º | 0.99% | 0.85% | - |
| XYZ | 39.78 | 19.25 | 60.01 | - |
| YUV | 89.54 | 193.73 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 206 | 0 | 0.99 | 0.05 | 0.15 | 303.07 | 0.98 | 0.43 |
| Hex | D9 | 2 | CE | 0 | 63 | 5 | F | 12F | 62 | 2B |
| Octal | 331 | 2 | 316 | 0 | 143 | 5 | 17 | 457 | 142 | 53 |
| Binary | 11011001 | 10 | 11001110 | 0 | 1100011 | 101 | 1111 | 100101111 | 1100010 | 101011 |
Color Harmonies of #D902CE
Complementary color
Monochromatic Colors of #D902CE
Black with #D902CE
Text Example
Text Example
White with #D902CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902CE; }
p { color: rgb(217,2,206); }
H1.HeaderClassName
{
color: #D902CE;
}
.AnyTagClassName
{
color: #D902CE;
}
</style>
background-color css
<style>
a { background-color: #D902CE; }
a { background-color: rgb(217,2,206); }
div.DivClassName
{
background-color: #D902CE;
}
.BgClassName
{
background-color: #D902CE;
}
</style>
border-color css
<style>
span { border-color: #D902CE; }
span { border-color: rgb(217,2,206); }
td.TdClassName
{
border-color: #D902CE;
}
.TagClassName
{
border-color: #D902CE;
}
</style>