Shades of Deep Magenta #D009DC
Tints of Deep Magenta #D009DC
RGB
CMYK
RGB Variations
Color information
#D009DC (or 0xD009DC) is known color: Deep Magenta. HEX triplet: D0, 09 and DC. RGB value is (208,9,220). Sum of RGB (Red+Green+Blue) = 208+9+220=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #D009DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D009DC is #2FF623. Grayscale: #5B5B5B. Windows color (decimal): -3143204 or 14420432. OLE color: 14420432.
HSL color Cylindrical-coordinate representation of color #D009DC: hue angle of 296.59º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D009DC is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 9 | 220 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.14 |
| HSL | 296.59º | 0.92% | 0.45% | - |
| HSV(B) | 296.59º | 0.96% | 0.86% | - |
| XYZ | 39.03 | 18.77 | 69.28 | - |
| YUV | 92.56 | 199.93 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 9 | 220 | 0.05 | 0.96 | 0 | 0.14 | 296.59 | 0.92 | 0.45 |
| Hex | D0 | 9 | DC | 5 | 60 | 0 | E | 129 | 5C | 2D |
| Octal | 320 | 11 | 334 | 5 | 140 | 0 | 16 | 451 | 134 | 55 |
| Binary | 11010000 | 1001 | 11011100 | 101 | 1100000 | 0 | 1110 | 100101001 | 1011100 | 101101 |
Color Harmonies of #D009DC
Complementary color
Monochromatic Colors of #D009DC
Black with #D009DC
Text Example
Text Example
White with #D009DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D009DC; }
p { color: rgb(208,9,220); }
H1.HeaderClassName
{
color: #D009DC;
}
.AnyTagClassName
{
color: #D009DC;
}
</style>
background-color css
<style>
a { background-color: #D009DC; }
a { background-color: rgb(208,9,220); }
div.DivClassName
{
background-color: #D009DC;
}
.BgClassName
{
background-color: #D009DC;
}
</style>
border-color css
<style>
span { border-color: #D009DC; }
span { border-color: rgb(208,9,220); }
td.TdClassName
{
border-color: #D009DC;
}
.TagClassName
{
border-color: #D009DC;
}
</style>