Shades of Deep Magenta #DB0BBA
Tints of Deep Magenta #DB0BBA
RGB
CMYK
RGB Variations
Color information
#DB0BBA (or 0xDB0BBA) is known color: Deep Magenta. HEX triplet: DB, 0B and BA. RGB value is (219,11,186). Sum of RGB (Red+Green+Blue) = 219+11+186=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0BBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0BBA is #24F445. Grayscale: #5C5C5C. Windows color (decimal): -2421830 or 12192731. OLE color: 12192731.
HSL color Cylindrical-coordinate representation of color #DB0BBA: hue angle of 309.52º 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 #DB0BBA is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 186 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.14 |
| HSL | 309.52º | 0.9% | 0.45% | - |
| HSV(B) | 309.52º | 0.95% | 0.86% | - |
| XYZ | 38.2 | 18.84 | 48.08 | - |
| YUV | 93.14 | 180.41 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 186 | 0 | 0.95 | 0.15 | 0.14 | 309.52 | 0.9 | 0.45 |
| Hex | DB | B | BA | 0 | 5F | F | E | 136 | 5A | 2D |
| Octal | 333 | 13 | 272 | 0 | 137 | 17 | 16 | 466 | 132 | 55 |
| Binary | 11011011 | 1011 | 10111010 | 0 | 1011111 | 1111 | 1110 | 100110110 | 1011010 | 101101 |
Color Harmonies of #DB0BBA
Complementary color
Monochromatic Colors of #DB0BBA
Black with #DB0BBA
Text Example
Text Example
White with #DB0BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0BBA; }
p { color: rgb(219,11,186); }
H1.HeaderClassName
{
color: #DB0BBA;
}
.AnyTagClassName
{
color: #DB0BBA;
}
</style>
background-color css
<style>
a { background-color: #DB0BBA; }
a { background-color: rgb(219,11,186); }
div.DivClassName
{
background-color: #DB0BBA;
}
.BgClassName
{
background-color: #DB0BBA;
}
</style>
border-color css
<style>
span { border-color: #DB0BBA; }
span { border-color: rgb(219,11,186); }
td.TdClassName
{
border-color: #DB0BBA;
}
.TagClassName
{
border-color: #DB0BBA;
}
</style>