Shades of Deep Magenta #D000DB
Tints of Deep Magenta #D000DB
RGB
CMYK
RGB Variations
Color information
#D000DB (or 0xD000DB) is known color: Deep Magenta. HEX triplet: D0, 00 and DB. RGB value is (208,0,219). Sum of RGB (Red+Green+Blue) = 208+0+219=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 0 (0.39% from 255 or 0% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #D000DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D000DB is #2FFF24. Grayscale: #565656. Windows color (decimal): -3145509 or 14352592. OLE color: 14352592.
HSL color Cylindrical-coordinate representation of color #D000DB: hue angle of 296.99º 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 #D000DB is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 0 | 219 | - |
| CMYK | 0.05 | 1 | 0 | 0.14 |
| HSL | 296.99º | 1% | 0.43% | - |
| HSV(B) | 296.99º | 1% | 0.86% | - |
| XYZ | 38.8 | 18.52 | 68.55 | - |
| YUV | 87.16 | 202.41 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 0 | 219 | 0.05 | 1 | 0 | 0.14 | 296.99 | 1 | 0.43 |
| Hex | D0 | 0 | DB | 5 | 64 | 0 | E | 129 | 64 | 2B |
| Octal | 320 | 0 | 333 | 5 | 144 | 0 | 16 | 451 | 144 | 53 |
| Binary | 11010000 | 0 | 11011011 | 101 | 1100100 | 0 | 1110 | 100101001 | 1100100 | 101011 |
Color Harmonies of #D000DB
Complementary color
Monochromatic Colors of #D000DB
Black with #D000DB
Text Example
Text Example
White with #D000DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D000DB; }
p { color: rgb(208,0,219); }
H1.HeaderClassName
{
color: #D000DB;
}
.AnyTagClassName
{
color: #D000DB;
}
</style>
background-color css
<style>
a { background-color: #D000DB; }
a { background-color: rgb(208,0,219); }
div.DivClassName
{
background-color: #D000DB;
}
.BgClassName
{
background-color: #D000DB;
}
</style>
border-color css
<style>
span { border-color: #D000DB; }
span { border-color: rgb(208,0,219); }
td.TdClassName
{
border-color: #D000DB;
}
.TagClassName
{
border-color: #D000DB;
}
</style>