Shades of Deep Magenta #D809DC
Tints of Deep Magenta #D809DC
RGB
CMYK
RGB Variations
Color information
#D809DC (or 0xD809DC) is known color: Deep Magenta. HEX triplet: D8, 09 and DC. RGB value is (216,9,220). Sum of RGB (Red+Green+Blue) = 216+9+220=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 9 (3.91% from 255 or 2.02% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #D809DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809DC is #27F623. Grayscale: #5E5E5E. Windows color (decimal): -2618916 or 14420440. OLE color: 14420440.
HSL color Cylindrical-coordinate representation of color #D809DC: hue angle of 298.86º 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 #D809DC is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 9 | 220 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.14 |
| HSL | 298.86º | 0.92% | 0.45% | - |
| HSV(B) | 298.86º | 0.96% | 0.86% | - |
| XYZ | 41.33 | 19.96 | 69.38 | - |
| YUV | 94.95 | 198.58 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 220 | 0.02 | 0.96 | 0 | 0.14 | 298.86 | 0.92 | 0.45 |
| Hex | D8 | 9 | DC | 2 | 60 | 0 | E | 12B | 5C | 2D |
| Octal | 330 | 11 | 334 | 2 | 140 | 0 | 16 | 453 | 134 | 55 |
| Binary | 11011000 | 1001 | 11011100 | 10 | 1100000 | 0 | 1110 | 100101011 | 1011100 | 101101 |
Color Harmonies of #D809DC
Complementary color
Monochromatic Colors of #D809DC
Black with #D809DC
Text Example
Text Example
White with #D809DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D809DC; }
p { color: rgb(216,9,220); }
H1.HeaderClassName
{
color: #D809DC;
}
.AnyTagClassName
{
color: #D809DC;
}
</style>
background-color css
<style>
a { background-color: #D809DC; }
a { background-color: rgb(216,9,220); }
div.DivClassName
{
background-color: #D809DC;
}
.BgClassName
{
background-color: #D809DC;
}
</style>
border-color css
<style>
span { border-color: #D809DC; }
span { border-color: rgb(216,9,220); }
td.TdClassName
{
border-color: #D809DC;
}
.TagClassName
{
border-color: #D809DC;
}
</style>