Shades of Deep Magenta #DB0BB7
Tints of Deep Magenta #DB0BB7
RGB
CMYK
RGB Variations
Color information
#DB0BB7 (or 0xDB0BB7) is known color: Deep Magenta. HEX triplet: DB, 0B and B7. RGB value is (219,11,183). Sum of RGB (Red+Green+Blue) = 219+11+183=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 11 (4.69% from 255 or 2.66% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BB7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BB7 is #24F448. Grayscale: #5C5C5C. Windows color (decimal): -2421833 or 11996123. OLE color: 11996123.
HSL color Cylindrical-coordinate representation of color #DB0BB7: hue angle of 310.38º 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 #DB0BB7 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 183 | - |
| CMYK | 0 | 0.95 | 0.16 | 0.14 |
| HSL | 310.38º | 0.9% | 0.45% | - |
| HSV(B) | 310.38º | 0.95% | 0.86% | - |
| XYZ | 37.88 | 18.72 | 46.42 | - |
| YUV | 92.8 | 178.91 | 218.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 183 | 0 | 0.95 | 0.16 | 0.14 | 310.38 | 0.9 | 0.45 |
| Hex | DB | B | B7 | 0 | 5F | 10 | E | 136 | 5A | 2D |
| Octal | 333 | 13 | 267 | 0 | 137 | 20 | 16 | 466 | 132 | 55 |
| Binary | 11011011 | 1011 | 10110111 | 0 | 1011111 | 10000 | 1110 | 100110110 | 1011010 | 101101 |
Color Harmonies of #DB0BB7
Complementary color
Monochromatic Colors of #DB0BB7
Black with #DB0BB7
Text Example
Text Example
White with #DB0BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BB7; }
p { color: rgb(219,11,183); }
H1.HeaderClassName
{
color: #DB0BB7;
}
.AnyTagClassName
{
color: #DB0BB7;
}
</style>
background-color css
<style>
a { background-color: #DB0BB7; }
a { background-color: rgb(219,11,183); }
div.DivClassName
{
background-color: #DB0BB7;
}
.BgClassName
{
background-color: #DB0BB7;
}
</style>
border-color css
<style>
span { border-color: #DB0BB7; }
span { border-color: rgb(219,11,183); }
td.TdClassName
{
border-color: #DB0BB7;
}
.TagClassName
{
border-color: #DB0BB7;
}
</style>