Shades of Deep Magenta #D00BDB
Tints of Deep Magenta #D00BDB
RGB
CMYK
RGB Variations
Color information
#D00BDB (or 0xD00BDB) is known color: Deep Magenta. HEX triplet: D0, 0B and DB. RGB value is (208,11,219). Sum of RGB (Red+Green+Blue) = 208+11+219=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #D00BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00BDB is #2FF424. Grayscale: #5C5C5C. Windows color (decimal): -3142693 or 14355408. OLE color: 14355408.
HSL color Cylindrical-coordinate representation of color #D00BDB: hue angle of 296.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00BDB is Cyan = 0.05, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 11 | 219 | - |
| CMYK | 0.05 | 0.95 | 0 | 0.14 |
| HSL | 296.83º | 0.9% | 0.45% | - |
| HSV(B) | 296.83º | 0.95% | 0.86% | - |
| XYZ | 38.92 | 18.76 | 68.59 | - |
| YUV | 93.62 | 198.77 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 11 | 219 | 0.05 | 0.95 | 0 | 0.14 | 296.83 | 0.9 | 0.45 |
| Hex | D0 | B | DB | 5 | 5F | 0 | E | 129 | 5A | 2D |
| Octal | 320 | 13 | 333 | 5 | 137 | 0 | 16 | 451 | 132 | 55 |
| Binary | 11010000 | 1011 | 11011011 | 101 | 1011111 | 0 | 1110 | 100101001 | 1011010 | 101101 |
Color Harmonies of #D00BDB
Complementary color
Monochromatic Colors of #D00BDB
Black with #D00BDB
Text Example
Text Example
White with #D00BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00BDB; }
p { color: rgb(208,11,219); }
H1.HeaderClassName
{
color: #D00BDB;
}
.AnyTagClassName
{
color: #D00BDB;
}
</style>
background-color css
<style>
a { background-color: #D00BDB; }
a { background-color: rgb(208,11,219); }
div.DivClassName
{
background-color: #D00BDB;
}
.BgClassName
{
background-color: #D00BDB;
}
</style>
border-color css
<style>
span { border-color: #D00BDB; }
span { border-color: rgb(208,11,219); }
td.TdClassName
{
border-color: #D00BDB;
}
.TagClassName
{
border-color: #D00BDB;
}
</style>