Shades of Deep Magenta #D800DB
Tints of Deep Magenta #D800DB
RGB
CMYK
RGB Variations
Color information
#D800DB (or 0xD800DB) is known color: Deep Magenta. HEX triplet: D8, 00 and DB. RGB value is (216,0,219). Sum of RGB (Red+Green+Blue) = 216+0+219=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #D800DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800DB is #27FF24. Grayscale: #585858. Windows color (decimal): -2621221 or 14352600. OLE color: 14352600.
HSL color Cylindrical-coordinate representation of color #D800DB: hue angle of 299.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800DB is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 0 | 219 | - |
| CMYK | 0.01 | 1 | 0 | 0.14 |
| HSL | 299.18º | 1% | 0.43% | - |
| HSV(B) | 299.18º | 1% | 0.86% | - |
| XYZ | 41.11 | 19.71 | 68.66 | - |
| YUV | 89.55 | 201.06 | 218.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 219 | 0.01 | 1 | 0 | 0.14 | 299.18 | 1 | 0.43 |
| Hex | D8 | 0 | DB | 1 | 64 | 0 | E | 12B | 64 | 2B |
| Octal | 330 | 0 | 333 | 1 | 144 | 0 | 16 | 453 | 144 | 53 |
| Binary | 11011000 | 0 | 11011011 | 1 | 1100100 | 0 | 1110 | 100101011 | 1100100 | 101011 |
Color Harmonies of #D800DB
Complementary color
Monochromatic Colors of #D800DB
Black with #D800DB
Text Example
Text Example
White with #D800DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800DB; }
p { color: rgb(216,0,219); }
H1.HeaderClassName
{
color: #D800DB;
}
.AnyTagClassName
{
color: #D800DB;
}
</style>
background-color css
<style>
a { background-color: #D800DB; }
a { background-color: rgb(216,0,219); }
div.DivClassName
{
background-color: #D800DB;
}
.BgClassName
{
background-color: #D800DB;
}
</style>
border-color css
<style>
span { border-color: #D800DB; }
span { border-color: rgb(216,0,219); }
td.TdClassName
{
border-color: #D800DB;
}
.TagClassName
{
border-color: #D800DB;
}
</style>