Shades of Deep Magenta #DB0ABB
Tints of Deep Magenta #DB0ABB
RGB
CMYK
RGB Variations
Color information
#DB0ABB (or 0xDB0ABB) is known color: Deep Magenta. HEX triplet: DB, 0A and BB. RGB value is (219,10,187). Sum of RGB (Red+Green+Blue) = 219+10+187=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 10 (4.30% from 255 or 2.40% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ABB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ABB is #24F544. Grayscale: #5C5C5C. Windows color (decimal): -2422085 or 12258011. OLE color: 12258011.
HSL color Cylindrical-coordinate representation of color #DB0ABB: hue angle of 309.19º degrees, saturation: 0.91, 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 #DB0ABB is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 187 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.14 |
| HSL | 309.19º | 0.91% | 0.45% | - |
| HSV(B) | 309.19º | 0.95% | 0.86% | - |
| XYZ | 38.29 | 18.87 | 48.64 | - |
| YUV | 92.67 | 181.24 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 187 | 0 | 0.95 | 0.15 | 0.14 | 309.19 | 0.91 | 0.45 |
| Hex | DB | A | BB | 0 | 5F | F | E | 135 | 5B | 2D |
| Octal | 333 | 12 | 273 | 0 | 137 | 17 | 16 | 465 | 133 | 55 |
| Binary | 11011011 | 1010 | 10111011 | 0 | 1011111 | 1111 | 1110 | 100110101 | 1011011 | 101101 |
Color Harmonies of #DB0ABB
Complementary color
Monochromatic Colors of #DB0ABB
Black with #DB0ABB
Text Example
Text Example
White with #DB0ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ABB; }
p { color: rgb(219,10,187); }
H1.HeaderClassName
{
color: #DB0ABB;
}
.AnyTagClassName
{
color: #DB0ABB;
}
</style>
background-color css
<style>
a { background-color: #DB0ABB; }
a { background-color: rgb(219,10,187); }
div.DivClassName
{
background-color: #DB0ABB;
}
.BgClassName
{
background-color: #DB0ABB;
}
</style>
border-color css
<style>
span { border-color: #DB0ABB; }
span { border-color: rgb(219,10,187); }
td.TdClassName
{
border-color: #DB0ABB;
}
.TagClassName
{
border-color: #DB0ABB;
}
</style>