Shades of Deep Magenta #DB0BBB
Tints of Deep Magenta #DB0BBB
RGB
CMYK
RGB Variations
Color information
#DB0BBB (or 0xDB0BBB) is known color: Deep Magenta. HEX triplet: DB, 0B and BB. RGB value is (219,11,187). Sum of RGB (Red+Green+Blue) = 219+11+187=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 11 (4.69% from 255 or 2.64% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BBB is #24F444. Grayscale: #5C5C5C. Windows color (decimal): -2421829 or 12258267. OLE color: 12258267.
HSL color Cylindrical-coordinate representation of color #DB0BBB: hue angle of 309.23º 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 #DB0BBB is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 187 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.14 |
| HSL | 309.23º | 0.9% | 0.45% | - |
| HSV(B) | 309.23º | 0.95% | 0.86% | - |
| XYZ | 38.3 | 18.89 | 48.64 | - |
| YUV | 93.26 | 180.91 | 217.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 187 | 0 | 0.95 | 0.15 | 0.14 | 309.23 | 0.9 | 0.45 |
| Hex | DB | B | BB | 0 | 5F | F | E | 135 | 5A | 2D |
| Octal | 333 | 13 | 273 | 0 | 137 | 17 | 16 | 465 | 132 | 55 |
| Binary | 11011011 | 1011 | 10111011 | 0 | 1011111 | 1111 | 1110 | 100110101 | 1011010 | 101101 |
Color Harmonies of #DB0BBB
Complementary color
Monochromatic Colors of #DB0BBB
Black with #DB0BBB
Text Example
Text Example
White with #DB0BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BBB; }
p { color: rgb(219,11,187); }
H1.HeaderClassName
{
color: #DB0BBB;
}
.AnyTagClassName
{
color: #DB0BBB;
}
</style>
background-color css
<style>
a { background-color: #DB0BBB; }
a { background-color: rgb(219,11,187); }
div.DivClassName
{
background-color: #DB0BBB;
}
.BgClassName
{
background-color: #DB0BBB;
}
</style>
border-color css
<style>
span { border-color: #DB0BBB; }
span { border-color: rgb(219,11,187); }
td.TdClassName
{
border-color: #DB0BBB;
}
.TagClassName
{
border-color: #DB0BBB;
}
</style>