Shades of Deep Magenta #DB0BD0
Tints of Deep Magenta #DB0BD0
RGB
CMYK
RGB Variations
Color information
#DB0BD0 (or 0xDB0BD0) is known color: Deep Magenta. HEX triplet: DB, 0B and D0. RGB value is (219,11,208). Sum of RGB (Red+Green+Blue) = 219+11+208=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BD0 is #24F42F. Grayscale: #5F5F5F. Windows color (decimal): -2421808 or 13634523. OLE color: 13634523.
HSL color Cylindrical-coordinate representation of color #DB0BD0: hue angle of 303.17º 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 #DB0BD0 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 208 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.14 |
| HSL | 303.17º | 0.9% | 0.45% | - |
| HSV(B) | 303.17º | 0.95% | 0.86% | - |
| XYZ | 40.72 | 19.85 | 61.36 | - |
| YUV | 95.65 | 191.41 | 215.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 208 | 0 | 0.95 | 0.05 | 0.14 | 303.17 | 0.9 | 0.45 |
| Hex | DB | B | D0 | 0 | 5F | 5 | E | 12F | 5A | 2D |
| Octal | 333 | 13 | 320 | 0 | 137 | 5 | 16 | 457 | 132 | 55 |
| Binary | 11011011 | 1011 | 11010000 | 0 | 1011111 | 101 | 1110 | 100101111 | 1011010 | 101101 |
Color Harmonies of #DB0BD0
Complementary color
Monochromatic Colors of #DB0BD0
Black with #DB0BD0
Text Example
Text Example
White with #DB0BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BD0; }
p { color: rgb(219,11,208); }
H1.HeaderClassName
{
color: #DB0BD0;
}
.AnyTagClassName
{
color: #DB0BD0;
}
</style>
background-color css
<style>
a { background-color: #DB0BD0; }
a { background-color: rgb(219,11,208); }
div.DivClassName
{
background-color: #DB0BD0;
}
.BgClassName
{
background-color: #DB0BD0;
}
</style>
border-color css
<style>
span { border-color: #DB0BD0; }
span { border-color: rgb(219,11,208); }
td.TdClassName
{
border-color: #DB0BD0;
}
.TagClassName
{
border-color: #DB0BD0;
}
</style>