Shades of Deep Magenta #D209D8
Tints of Deep Magenta #D209D8
RGB
CMYK
RGB Variations
Color information
#D209D8 (or 0xD209D8) is known color: Deep Magenta. HEX triplet: D2, 09 and D8. RGB value is (210,9,216). Sum of RGB (Red+Green+Blue) = 210+9+216=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #D209D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209D8 is #2DF627. Grayscale: #5C5C5C. Windows color (decimal): -3012136 or 14158290. OLE color: 14158290.
HSL color Cylindrical-coordinate representation of color #D209D8: hue angle of 298.26º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D209D8 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 9 | 216 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.15 |
| HSL | 298.26º | 0.92% | 0.44% | - |
| HSV(B) | 298.26º | 0.96% | 0.85% | - |
| XYZ | 39.07 | 18.85 | 66.55 | - |
| YUV | 92.7 | 197.59 | 211.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 216 | 0.03 | 0.96 | 0 | 0.15 | 298.26 | 0.92 | 0.44 |
| Hex | D2 | 9 | D8 | 3 | 60 | 0 | F | 12A | 5C | 2C |
| Octal | 322 | 11 | 330 | 3 | 140 | 0 | 17 | 452 | 134 | 54 |
| Binary | 11010010 | 1001 | 11011000 | 11 | 1100000 | 0 | 1111 | 100101010 | 1011100 | 101100 |
Color Harmonies of #D209D8
Complementary color
Monochromatic Colors of #D209D8
Black with #D209D8
Text Example
Text Example
White with #D209D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D209D8; }
p { color: rgb(210,9,216); }
H1.HeaderClassName
{
color: #D209D8;
}
.AnyTagClassName
{
color: #D209D8;
}
</style>
background-color css
<style>
a { background-color: #D209D8; }
a { background-color: rgb(210,9,216); }
div.DivClassName
{
background-color: #D209D8;
}
.BgClassName
{
background-color: #D209D8;
}
</style>
border-color css
<style>
span { border-color: #D209D8; }
span { border-color: rgb(210,9,216); }
td.TdClassName
{
border-color: #D209D8;
}
.TagClassName
{
border-color: #D209D8;
}
</style>