Shades of Deep Magenta #DB0BBE
Tints of Deep Magenta #DB0BBE
RGB
CMYK
RGB Variations
Color information
#DB0BBE (or 0xDB0BBE) is known color: Deep Magenta. HEX triplet: DB, 0B and BE. RGB value is (219,11,190). Sum of RGB (Red+Green+Blue) = 219+11+190=420 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.14% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BBE is #24F441. Grayscale: #5D5D5D. Windows color (decimal): -2421826 or 12454875. OLE color: 12454875.
HSL color Cylindrical-coordinate representation of color #DB0BBE: hue angle of 308.37º 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 #DB0BBE is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 190 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.14 |
| HSL | 308.37º | 0.9% | 0.45% | - |
| HSV(B) | 308.37º | 0.95% | 0.86% | - |
| XYZ | 38.63 | 19.02 | 50.35 | - |
| YUV | 93.6 | 182.41 | 217.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 190 | 0 | 0.95 | 0.13 | 0.14 | 308.37 | 0.9 | 0.45 |
| Hex | DB | B | BE | 0 | 5F | D | E | 134 | 5A | 2D |
| Octal | 333 | 13 | 276 | 0 | 137 | 15 | 16 | 464 | 132 | 55 |
| Binary | 11011011 | 1011 | 10111110 | 0 | 1011111 | 1101 | 1110 | 100110100 | 1011010 | 101101 |
Color Harmonies of #DB0BBE
Complementary color
Monochromatic Colors of #DB0BBE
Black with #DB0BBE
Text Example
Text Example
White with #DB0BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BBE; }
p { color: rgb(219,11,190); }
H1.HeaderClassName
{
color: #DB0BBE;
}
.AnyTagClassName
{
color: #DB0BBE;
}
</style>
background-color css
<style>
a { background-color: #DB0BBE; }
a { background-color: rgb(219,11,190); }
div.DivClassName
{
background-color: #DB0BBE;
}
.BgClassName
{
background-color: #DB0BBE;
}
</style>
border-color css
<style>
span { border-color: #DB0BBE; }
span { border-color: rgb(219,11,190); }
td.TdClassName
{
border-color: #DB0BBE;
}
.TagClassName
{
border-color: #DB0BBE;
}
</style>