Shades of Deep Magenta #DB0BBC
Tints of Deep Magenta #DB0BBC
RGB
CMYK
RGB Variations
Color information
#DB0BBC (or 0xDB0BBC) is known color: Deep Magenta. HEX triplet: DB, 0B and BC. RGB value is (219,11,188). Sum of RGB (Red+Green+Blue) = 219+11+188=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 11 (4.69% from 255 or 2.63% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BBC is #24F443. Grayscale: #5C5C5C. Windows color (decimal): -2421828 or 12323803. OLE color: 12323803.
HSL color Cylindrical-coordinate representation of color #DB0BBC: hue angle of 308.94º 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 #DB0BBC is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.14 |
| HSL | 308.94º | 0.9% | 0.45% | - |
| HSV(B) | 308.94º | 0.95% | 0.86% | - |
| XYZ | 38.41 | 18.93 | 49.21 | - |
| YUV | 93.37 | 181.41 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 188 | 0 | 0.95 | 0.14 | 0.14 | 308.94 | 0.9 | 0.45 |
| Hex | DB | B | BC | 0 | 5F | E | E | 135 | 5A | 2D |
| Octal | 333 | 13 | 274 | 0 | 137 | 16 | 16 | 465 | 132 | 55 |
| Binary | 11011011 | 1011 | 10111100 | 0 | 1011111 | 1110 | 1110 | 100110101 | 1011010 | 101101 |
Color Harmonies of #DB0BBC
Complementary color
Monochromatic Colors of #DB0BBC
Black with #DB0BBC
Text Example
Text Example
White with #DB0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BBC; }
p { color: rgb(219,11,188); }
H1.HeaderClassName
{
color: #DB0BBC;
}
.AnyTagClassName
{
color: #DB0BBC;
}
</style>
background-color css
<style>
a { background-color: #DB0BBC; }
a { background-color: rgb(219,11,188); }
div.DivClassName
{
background-color: #DB0BBC;
}
.BgClassName
{
background-color: #DB0BBC;
}
</style>
border-color css
<style>
span { border-color: #DB0BBC; }
span { border-color: rgb(219,11,188); }
td.TdClassName
{
border-color: #DB0BBC;
}
.TagClassName
{
border-color: #DB0BBC;
}
</style>