Shades of Deep Magenta #D209D0
Tints of Deep Magenta #D209D0
RGB
CMYK
RGB Variations
Color information
#D209D0 (or 0xD209D0) is known color: Deep Magenta. HEX triplet: D2, 09 and D0. RGB value is (210,9,208). Sum of RGB (Red+Green+Blue) = 210+9+208=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D209D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209D0 is #2DF62F. Grayscale: #5B5B5B. Windows color (decimal): -3012144 or 13634002. OLE color: 13634002.
HSL color Cylindrical-coordinate representation of color #D209D0: hue angle of 300.6º 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 #D209D0 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 9 | 208 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.18 |
| HSL | 300.6º | 0.92% | 0.43% | - |
| HSV(B) | 300.6º | 0.96% | 0.82% | - |
| XYZ | 38.06 | 18.45 | 61.23 | - |
| YUV | 91.79 | 193.59 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 208 | 0 | 0.96 | 0.01 | 0.18 | 300.6 | 0.92 | 0.43 |
| Hex | D2 | 9 | D0 | 0 | 60 | 1 | 12 | 12D | 5C | 2B |
| Octal | 322 | 11 | 320 | 0 | 140 | 1 | 22 | 455 | 134 | 53 |
| Binary | 11010010 | 1001 | 11010000 | 0 | 1100000 | 1 | 10010 | 100101101 | 1011100 | 101011 |
Color Harmonies of #D209D0
Complementary color
Monochromatic Colors of #D209D0
Black with #D209D0
Text Example
Text Example
White with #D209D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D209D0; }
p { color: rgb(210,9,208); }
H1.HeaderClassName
{
color: #D209D0;
}
.AnyTagClassName
{
color: #D209D0;
}
</style>
background-color css
<style>
a { background-color: #D209D0; }
a { background-color: rgb(210,9,208); }
div.DivClassName
{
background-color: #D209D0;
}
.BgClassName
{
background-color: #D209D0;
}
</style>
border-color css
<style>
span { border-color: #D209D0; }
span { border-color: rgb(210,9,208); }
td.TdClassName
{
border-color: #D209D0;
}
.TagClassName
{
border-color: #D209D0;
}
</style>