Shades of Deep Magenta #D902CB
Tints of Deep Magenta #D902CB
RGB
CMYK
RGB Variations
Color information
#D902CB (or 0xD902CB) is known color: Deep Magenta. HEX triplet: D9, 02 and CB. RGB value is (217,2,203). Sum of RGB (Red+Green+Blue) = 217+2+203=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D902CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D902CB is #26FD34. Grayscale: #585858. Windows color (decimal): -2555189 or 13304537. OLE color: 13304537.
HSL color Cylindrical-coordinate representation of color #D902CB: hue angle of 303.91º 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 #D902CB is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 203 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.15 |
| HSL | 303.91º | 0.98% | 0.43% | - |
| HSV(B) | 303.91º | 0.99% | 0.85% | - |
| XYZ | 39.42 | 19.11 | 58.11 | - |
| YUV | 89.2 | 192.23 | 219.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 203 | 0 | 0.99 | 0.06 | 0.15 | 303.91 | 0.98 | 0.43 |
| Hex | D9 | 2 | CB | 0 | 63 | 6 | F | 130 | 62 | 2B |
| Octal | 331 | 2 | 313 | 0 | 143 | 6 | 17 | 460 | 142 | 53 |
| Binary | 11011001 | 10 | 11001011 | 0 | 1100011 | 110 | 1111 | 100110000 | 1100010 | 101011 |
Color Harmonies of #D902CB
Complementary color
Monochromatic Colors of #D902CB
Black with #D902CB
Text Example
Text Example
White with #D902CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902CB; }
p { color: rgb(217,2,203); }
H1.HeaderClassName
{
color: #D902CB;
}
.AnyTagClassName
{
color: #D902CB;
}
</style>
background-color css
<style>
a { background-color: #D902CB; }
a { background-color: rgb(217,2,203); }
div.DivClassName
{
background-color: #D902CB;
}
.BgClassName
{
background-color: #D902CB;
}
</style>
border-color css
<style>
span { border-color: #D902CB; }
span { border-color: rgb(217,2,203); }
td.TdClassName
{
border-color: #D902CB;
}
.TagClassName
{
border-color: #D902CB;
}
</style>