Shades of Deep Magenta #DB0AB5
Tints of Deep Magenta #DB0AB5
RGB
CMYK
RGB Variations
Color information
#DB0AB5 (or 0xDB0AB5) is known color: Deep Magenta. HEX triplet: DB, 0A and B5. RGB value is (219,10,181). Sum of RGB (Red+Green+Blue) = 219+10+181=410 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.41% from 410); Green value is 10 (4.30% from 255 or 2.44% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0AB5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0AB5 is #24F54A. Grayscale: #5B5B5B. Windows color (decimal): -2422091 or 11864795. OLE color: 11864795.
HSL color Cylindrical-coordinate representation of color #DB0AB5: hue angle of 310.91º 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 #DB0AB5 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 181 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.14 |
| HSL | 310.91º | 0.91% | 0.45% | - |
| HSV(B) | 310.91º | 0.95% | 0.86% | - |
| XYZ | 37.66 | 18.61 | 45.32 | - |
| YUV | 91.99 | 178.24 | 218.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 181 | 0 | 0.95 | 0.17 | 0.14 | 310.91 | 0.91 | 0.45 |
| Hex | DB | A | B5 | 0 | 5F | 11 | E | 137 | 5B | 2D |
| Octal | 333 | 12 | 265 | 0 | 137 | 21 | 16 | 467 | 133 | 55 |
| Binary | 11011011 | 1010 | 10110101 | 0 | 1011111 | 10001 | 1110 | 100110111 | 1011011 | 101101 |
Color Harmonies of #DB0AB5
Complementary color
Monochromatic Colors of #DB0AB5
Black with #DB0AB5
Text Example
Text Example
White with #DB0AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0AB5; }
p { color: rgb(219,10,181); }
H1.HeaderClassName
{
color: #DB0AB5;
}
.AnyTagClassName
{
color: #DB0AB5;
}
</style>
background-color css
<style>
a { background-color: #DB0AB5; }
a { background-color: rgb(219,10,181); }
div.DivClassName
{
background-color: #DB0AB5;
}
.BgClassName
{
background-color: #DB0AB5;
}
</style>
border-color css
<style>
span { border-color: #DB0AB5; }
span { border-color: rgb(219,10,181); }
td.TdClassName
{
border-color: #DB0AB5;
}
.TagClassName
{
border-color: #DB0AB5;
}
</style>