Shades of Deep Magenta #D902DD
Tints of Deep Magenta #D902DD
RGB
CMYK
RGB Variations
Color information
#D902DD (or 0xD902DD) is known color: Deep Magenta. HEX triplet: D9, 02 and DD. RGB value is (217,2,221). Sum of RGB (Red+Green+Blue) = 217+2+221=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #D902DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D902DD is #26FD22. Grayscale: #5A5A5A. Windows color (decimal): -2555171 or 14484185. OLE color: 14484185.
HSL color Cylindrical-coordinate representation of color #D902DD: hue angle of 298.9º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902DD is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 2 | 221 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.13 |
| HSL | 298.9º | 0.98% | 0.44% | - |
| HSV(B) | 298.9º | 0.99% | 0.87% | - |
| XYZ | 41.69 | 20.02 | 70.07 | - |
| YUV | 91.25 | 201.23 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 221 | 0.02 | 0.99 | 0 | 0.13 | 298.9 | 0.98 | 0.44 |
| Hex | D9 | 2 | DD | 2 | 63 | 0 | D | 12B | 62 | 2C |
| Octal | 331 | 2 | 335 | 2 | 143 | 0 | 15 | 453 | 142 | 54 |
| Binary | 11011001 | 10 | 11011101 | 10 | 1100011 | 0 | 1101 | 100101011 | 1100010 | 101100 |
Color Harmonies of #D902DD
Complementary color
Monochromatic Colors of #D902DD
Black with #D902DD
Text Example
Text Example
White with #D902DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902DD; }
p { color: rgb(217,2,221); }
H1.HeaderClassName
{
color: #D902DD;
}
.AnyTagClassName
{
color: #D902DD;
}
</style>
background-color css
<style>
a { background-color: #D902DD; }
a { background-color: rgb(217,2,221); }
div.DivClassName
{
background-color: #D902DD;
}
.BgClassName
{
background-color: #D902DD;
}
</style>
border-color css
<style>
span { border-color: #D902DD; }
span { border-color: rgb(217,2,221); }
td.TdClassName
{
border-color: #D902DD;
}
.TagClassName
{
border-color: #D902DD;
}
</style>