Shades of Deep Magenta #D209DD
Tints of Deep Magenta #D209DD
RGB
CMYK
RGB Variations
Color information
#D209DD (or 0xD209DD) is known color: Deep Magenta. HEX triplet: D2, 09 and DD. RGB value is (210,9,221). Sum of RGB (Red+Green+Blue) = 210+9+221=440 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.73% from 440); Green value is 9 (3.91% from 255 or 2.05% 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 #D209DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D209DD is #2DF622. Grayscale: #5C5C5C. Windows color (decimal): -3012131 or 14485970. OLE color: 14485970.
HSL color Cylindrical-coordinate representation of color #D209DD: hue angle of 296.89º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D209DD is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 9 | 221 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.13 |
| HSL | 296.89º | 0.92% | 0.45% | - |
| HSV(B) | 296.89º | 0.96% | 0.87% | - |
| XYZ | 39.73 | 19.12 | 70 | - |
| YUV | 93.27 | 200.09 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 9 | 221 | 0.05 | 0.96 | 0 | 0.13 | 296.89 | 0.92 | 0.45 |
| Hex | D2 | 9 | DD | 5 | 60 | 0 | D | 129 | 5C | 2D |
| Octal | 322 | 11 | 335 | 5 | 140 | 0 | 15 | 451 | 134 | 55 |
| Binary | 11010010 | 1001 | 11011101 | 101 | 1100000 | 0 | 1101 | 100101001 | 1011100 | 101101 |
Color Harmonies of #D209DD
Complementary color
Monochromatic Colors of #D209DD
Black with #D209DD
Text Example
Text Example
White with #D209DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D209DD; }
p { color: rgb(210,9,221); }
H1.HeaderClassName
{
color: #D209DD;
}
.AnyTagClassName
{
color: #D209DD;
}
</style>
background-color css
<style>
a { background-color: #D209DD; }
a { background-color: rgb(210,9,221); }
div.DivClassName
{
background-color: #D209DD;
}
.BgClassName
{
background-color: #D209DD;
}
</style>
border-color css
<style>
span { border-color: #D209DD; }
span { border-color: rgb(210,9,221); }
td.TdClassName
{
border-color: #D209DD;
}
.TagClassName
{
border-color: #D209DD;
}
</style>