Shades of Deep Magenta #D809C0
Tints of Deep Magenta #D809C0
RGB
CMYK
RGB Variations
Color information
#D809C0 (or 0xD809C0) is known color: Deep Magenta. HEX triplet: D8, 09 and C0. RGB value is (216,9,192). Sum of RGB (Red+Green+Blue) = 216+9+192=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D809C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D809C0 is #27F63F. Grayscale: #5B5B5B. Windows color (decimal): -2618944 or 12585432. OLE color: 12585432.
HSL color Cylindrical-coordinate representation of color #D809C0: hue angle of 306.96º 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 #D809C0 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 192 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.15 |
| HSL | 306.96º | 0.92% | 0.44% | - |
| HSV(B) | 306.96º | 0.96% | 0.85% | - |
| XYZ | 37.93 | 18.6 | 51.46 | - |
| YUV | 91.76 | 184.58 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 192 | 0 | 0.96 | 0.11 | 0.15 | 306.96 | 0.92 | 0.44 |
| Hex | D8 | 9 | C0 | 0 | 60 | B | F | 133 | 5C | 2C |
| Octal | 330 | 11 | 300 | 0 | 140 | 13 | 17 | 463 | 134 | 54 |
| Binary | 11011000 | 1001 | 11000000 | 0 | 1100000 | 1011 | 1111 | 100110011 | 1011100 | 101100 |
Color Harmonies of #D809C0
Complementary color
Monochromatic Colors of #D809C0
Black with #D809C0
Text Example
Text Example
White with #D809C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D809C0; }
p { color: rgb(216,9,192); }
H1.HeaderClassName
{
color: #D809C0;
}
.AnyTagClassName
{
color: #D809C0;
}
</style>
background-color css
<style>
a { background-color: #D809C0; }
a { background-color: rgb(216,9,192); }
div.DivClassName
{
background-color: #D809C0;
}
.BgClassName
{
background-color: #D809C0;
}
</style>
border-color css
<style>
span { border-color: #D809C0; }
span { border-color: rgb(216,9,192); }
td.TdClassName
{
border-color: #D809C0;
}
.TagClassName
{
border-color: #D809C0;
}
</style>