Shades of Deep Magenta #D808DB
Tints of Deep Magenta #D808DB
RGB
CMYK
RGB Variations
Color information
#D808DB (or 0xD808DB) is known color: Deep Magenta. HEX triplet: D8, 08 and DB. RGB value is (216,8,219). Sum of RGB (Red+Green+Blue) = 216+8+219=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #D808DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808DB is #27F724. Grayscale: #5D5D5D. Windows color (decimal): -2619173 or 14354648. OLE color: 14354648.
HSL color Cylindrical-coordinate representation of color #D808DB: hue angle of 299.15º degrees, saturation: 0.93, 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 #D808DB is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 8 | 219 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.14 |
| HSL | 299.15º | 0.93% | 0.45% | - |
| HSV(B) | 299.15º | 0.96% | 0.86% | - |
| XYZ | 41.19 | 19.89 | 68.69 | - |
| YUV | 94.25 | 198.41 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 219 | 0.01 | 0.96 | 0 | 0.14 | 299.15 | 0.93 | 0.45 |
| Hex | D8 | 8 | DB | 1 | 60 | 0 | E | 12B | 5D | 2D |
| Octal | 330 | 10 | 333 | 1 | 140 | 0 | 16 | 453 | 135 | 55 |
| Binary | 11011000 | 1000 | 11011011 | 1 | 1100000 | 0 | 1110 | 100101011 | 1011101 | 101101 |
Color Harmonies of #D808DB
Complementary color
Monochromatic Colors of #D808DB
Black with #D808DB
Text Example
Text Example
White with #D808DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808DB; }
p { color: rgb(216,8,219); }
H1.HeaderClassName
{
color: #D808DB;
}
.AnyTagClassName
{
color: #D808DB;
}
</style>
background-color css
<style>
a { background-color: #D808DB; }
a { background-color: rgb(216,8,219); }
div.DivClassName
{
background-color: #D808DB;
}
.BgClassName
{
background-color: #D808DB;
}
</style>
border-color css
<style>
span { border-color: #D808DB; }
span { border-color: rgb(216,8,219); }
td.TdClassName
{
border-color: #D808DB;
}
.TagClassName
{
border-color: #D808DB;
}
</style>