Shades of Deep Magenta #D805DC
Tints of Deep Magenta #D805DC
RGB
CMYK
RGB Variations
Color information
#D805DC (or 0xD805DC) is known color: Deep Magenta. HEX triplet: D8, 05 and DC. RGB value is (216,5,220). Sum of RGB (Red+Green+Blue) = 216+5+220=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 5 (2.34% from 255 or 1.13% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #D805DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D805DC is #27FA23. Grayscale: #5B5B5B. Windows color (decimal): -2619940 or 14419416. OLE color: 14419416.
HSL color Cylindrical-coordinate representation of color #D805DC: hue angle of 298.88º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805DC is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 5 | 220 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.14 |
| HSL | 298.88º | 0.96% | 0.44% | - |
| HSV(B) | 298.88º | 0.98% | 0.86% | - |
| XYZ | 41.29 | 19.87 | 69.37 | - |
| YUV | 92.6 | 199.9 | 216.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 220 | 0.02 | 0.98 | 0 | 0.14 | 298.88 | 0.96 | 0.44 |
| Hex | D8 | 5 | DC | 2 | 62 | 0 | E | 12B | 60 | 2C |
| Octal | 330 | 5 | 334 | 2 | 142 | 0 | 16 | 453 | 140 | 54 |
| Binary | 11011000 | 101 | 11011100 | 10 | 1100010 | 0 | 1110 | 100101011 | 1100000 | 101100 |
Color Harmonies of #D805DC
Complementary color
Monochromatic Colors of #D805DC
Black with #D805DC
Text Example
Text Example
White with #D805DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805DC; }
p { color: rgb(216,5,220); }
H1.HeaderClassName
{
color: #D805DC;
}
.AnyTagClassName
{
color: #D805DC;
}
</style>
background-color css
<style>
a { background-color: #D805DC; }
a { background-color: rgb(216,5,220); }
div.DivClassName
{
background-color: #D805DC;
}
.BgClassName
{
background-color: #D805DC;
}
</style>
border-color css
<style>
span { border-color: #D805DC; }
span { border-color: rgb(216,5,220); }
td.TdClassName
{
border-color: #D805DC;
}
.TagClassName
{
border-color: #D805DC;
}
</style>