Shades of Deep Magenta #D202C9
Tints of Deep Magenta #D202C9
RGB
CMYK
RGB Variations
Color information
#D202C9 (or 0xD202C9) is known color: Deep Magenta. HEX triplet: D2, 02 and C9. RGB value is (210,2,201). Sum of RGB (Red+Green+Blue) = 210+2+201=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D202C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D202C9 is #2DFD36. Grayscale: #565656. Windows color (decimal): -3013943 or 13173458. OLE color: 13173458.
HSL color Cylindrical-coordinate representation of color #D202C9: hue angle of 302.6º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D202C9 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 2 | 201 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.18 |
| HSL | 302.6º | 0.98% | 0.42% | - |
| HSV(B) | 302.6º | 0.99% | 0.82% | - |
| XYZ | 37.14 | 17.96 | 56.77 | - |
| YUV | 86.88 | 192.41 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 2 | 201 | 0 | 0.99 | 0.04 | 0.18 | 302.6 | 0.98 | 0.42 |
| Hex | D2 | 2 | C9 | 0 | 63 | 4 | 12 | 12F | 62 | 2A |
| Octal | 322 | 2 | 311 | 0 | 143 | 4 | 22 | 457 | 142 | 52 |
| Binary | 11010010 | 10 | 11001001 | 0 | 1100011 | 100 | 10010 | 100101111 | 1100010 | 101010 |
Color Harmonies of #D202C9
Complementary color
Monochromatic Colors of #D202C9
Black with #D202C9
Text Example
Text Example
White with #D202C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D202C9; }
p { color: rgb(210,2,201); }
H1.HeaderClassName
{
color: #D202C9;
}
.AnyTagClassName
{
color: #D202C9;
}
</style>
background-color css
<style>
a { background-color: #D202C9; }
a { background-color: rgb(210,2,201); }
div.DivClassName
{
background-color: #D202C9;
}
.BgClassName
{
background-color: #D202C9;
}
</style>
border-color css
<style>
span { border-color: #D202C9; }
span { border-color: rgb(210,2,201); }
td.TdClassName
{
border-color: #D202C9;
}
.TagClassName
{
border-color: #D202C9;
}
</style>