Shades of Deep Magenta #D902C9
Tints of Deep Magenta #D902C9
RGB
CMYK
RGB Variations
Color information
#D902C9 (or 0xD902C9) is known color: Deep Magenta. HEX triplet: D9, 02 and C9. RGB value is (217,2,201). Sum of RGB (Red+Green+Blue) = 217+2+201=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 2 (1.17% from 255 or 0.48% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D902C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D902C9 is #26FD36. Grayscale: #585858. Windows color (decimal): -2555191 or 13173465. OLE color: 13173465.
HSL color Cylindrical-coordinate representation of color #D902C9: hue angle of 304.47º 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 #D902C9 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 201 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.15 |
| HSL | 304.47º | 0.98% | 0.43% | - |
| HSV(B) | 304.47º | 0.99% | 0.85% | - |
| XYZ | 39.18 | 19.01 | 56.86 | - |
| YUV | 88.97 | 191.23 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 201 | 0 | 0.99 | 0.07 | 0.15 | 304.47 | 0.98 | 0.43 |
| Hex | D9 | 2 | C9 | 0 | 63 | 7 | F | 130 | 62 | 2B |
| Octal | 331 | 2 | 311 | 0 | 143 | 7 | 17 | 460 | 142 | 53 |
| Binary | 11011001 | 10 | 11001001 | 0 | 1100011 | 111 | 1111 | 100110000 | 1100010 | 101011 |
Color Harmonies of #D902C9
Complementary color
Monochromatic Colors of #D902C9
Black with #D902C9
Text Example
Text Example
White with #D902C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902C9; }
p { color: rgb(217,2,201); }
H1.HeaderClassName
{
color: #D902C9;
}
.AnyTagClassName
{
color: #D902C9;
}
</style>
background-color css
<style>
a { background-color: #D902C9; }
a { background-color: rgb(217,2,201); }
div.DivClassName
{
background-color: #D902C9;
}
.BgClassName
{
background-color: #D902C9;
}
</style>
border-color css
<style>
span { border-color: #D902C9; }
span { border-color: rgb(217,2,201); }
td.TdClassName
{
border-color: #D902C9;
}
.TagClassName
{
border-color: #D902C9;
}
</style>