Shades of Deep Magenta #D209C9
Tints of Deep Magenta #D209C9
RGB
CMYK
RGB Variations
Color information
#D209C9 (or 0xD209C9) is known color: Deep Magenta. HEX triplet: D2, 09 and C9. RGB value is (210,9,201). Sum of RGB (Red+Green+Blue) = 210+9+201=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D209C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209C9 is #2DF636. Grayscale: #5A5A5A. Windows color (decimal): -3012151 or 13175250. OLE color: 13175250.
HSL color Cylindrical-coordinate representation of color #D209C9: hue angle of 302.69º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D209C9 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 201 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.18 |
| HSL | 302.69º | 0.92% | 0.43% | - |
| HSV(B) | 302.69º | 0.96% | 0.82% | - |
| XYZ | 37.22 | 18.11 | 56.79 | - |
| YUV | 90.99 | 190.09 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 201 | 0 | 0.96 | 0.04 | 0.18 | 302.69 | 0.92 | 0.43 |
| Hex | D2 | 9 | C9 | 0 | 60 | 4 | 12 | 12F | 5C | 2B |
| Octal | 322 | 11 | 311 | 0 | 140 | 4 | 22 | 457 | 134 | 53 |
| Binary | 11010010 | 1001 | 11001001 | 0 | 1100000 | 100 | 10010 | 100101111 | 1011100 | 101011 |
Color Harmonies of #D209C9
Complementary color
Monochromatic Colors of #D209C9
Black with #D209C9
Text Example
Text Example
White with #D209C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D209C9; }
p { color: rgb(210,9,201); }
H1.HeaderClassName
{
color: #D209C9;
}
.AnyTagClassName
{
color: #D209C9;
}
</style>
background-color css
<style>
a { background-color: #D209C9; }
a { background-color: rgb(210,9,201); }
div.DivClassName
{
background-color: #D209C9;
}
.BgClassName
{
background-color: #D209C9;
}
</style>
border-color css
<style>
span { border-color: #D209C9; }
span { border-color: rgb(210,9,201); }
td.TdClassName
{
border-color: #D209C9;
}
.TagClassName
{
border-color: #D209C9;
}
</style>