Shades of Deep Magenta #DB0BB9
Tints of Deep Magenta #DB0BB9
RGB
CMYK
RGB Variations
Color information
#DB0BB9 (or 0xDB0BB9) is known color: Deep Magenta. HEX triplet: DB, 0B and B9. RGB value is (219,11,185). Sum of RGB (Red+Green+Blue) = 219+11+185=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 11 (4.69% from 255 or 2.65% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BB9 is #24F446. Grayscale: #5C5C5C. Windows color (decimal): -2421831 or 12127195. OLE color: 12127195.
HSL color Cylindrical-coordinate representation of color #DB0BB9: hue angle of 309.81º 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 #DB0BB9 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 185 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.14 |
| HSL | 309.81º | 0.9% | 0.45% | - |
| HSV(B) | 309.81º | 0.95% | 0.86% | - |
| XYZ | 38.09 | 18.8 | 47.52 | - |
| YUV | 93.03 | 179.91 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 185 | 0 | 0.95 | 0.16 | 0.14 | 309.81 | 0.9 | 0.45 |
| Hex | DB | B | B9 | 0 | 5F | 10 | E | 136 | 5A | 2D |
| Octal | 333 | 13 | 271 | 0 | 137 | 20 | 16 | 466 | 132 | 55 |
| Binary | 11011011 | 1011 | 10111001 | 0 | 1011111 | 10000 | 1110 | 100110110 | 1011010 | 101101 |
Color Harmonies of #DB0BB9
Complementary color
Monochromatic Colors of #DB0BB9
Black with #DB0BB9
Text Example
Text Example
White with #DB0BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BB9; }
p { color: rgb(219,11,185); }
H1.HeaderClassName
{
color: #DB0BB9;
}
.AnyTagClassName
{
color: #DB0BB9;
}
</style>
background-color css
<style>
a { background-color: #DB0BB9; }
a { background-color: rgb(219,11,185); }
div.DivClassName
{
background-color: #DB0BB9;
}
.BgClassName
{
background-color: #DB0BB9;
}
</style>
border-color css
<style>
span { border-color: #DB0BB9; }
span { border-color: rgb(219,11,185); }
td.TdClassName
{
border-color: #DB0BB9;
}
.TagClassName
{
border-color: #DB0BB9;
}
</style>