Shades of Deep Magenta #DB0ABC
Tints of Deep Magenta #DB0ABC
RGB
CMYK
RGB Variations
Color information
#DB0ABC (or 0xDB0ABC) is known color: Deep Magenta. HEX triplet: DB, 0A and BC. RGB value is (219,10,188). Sum of RGB (Red+Green+Blue) = 219+10+188=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 10 (4.30% from 255 or 2.40% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ABC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ABC is #24F543. Grayscale: #5C5C5C. Windows color (decimal): -2422084 or 12323547. OLE color: 12323547.
HSL color Cylindrical-coordinate representation of color #DB0ABC: hue angle of 308.9º 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 #DB0ABC is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 10 | 188 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.14 |
| HSL | 308.9º | 0.91% | 0.45% | - |
| HSV(B) | 308.9º | 0.95% | 0.86% | - |
| XYZ | 38.4 | 18.91 | 49.2 | - |
| YUV | 92.78 | 181.74 | 218.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 10 | 188 | 0 | 0.95 | 0.14 | 0.14 | 308.9 | 0.91 | 0.45 |
| Hex | DB | A | BC | 0 | 5F | E | E | 135 | 5B | 2D |
| Octal | 333 | 12 | 274 | 0 | 137 | 16 | 16 | 465 | 133 | 55 |
| Binary | 11011011 | 1010 | 10111100 | 0 | 1011111 | 1110 | 1110 | 100110101 | 1011011 | 101101 |
Color Harmonies of #DB0ABC
Complementary color
Monochromatic Colors of #DB0ABC
Black with #DB0ABC
Text Example
Text Example
White with #DB0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ABC; }
p { color: rgb(219,10,188); }
H1.HeaderClassName
{
color: #DB0ABC;
}
.AnyTagClassName
{
color: #DB0ABC;
}
</style>
background-color css
<style>
a { background-color: #DB0ABC; }
a { background-color: rgb(219,10,188); }
div.DivClassName
{
background-color: #DB0ABC;
}
.BgClassName
{
background-color: #DB0ABC;
}
</style>
border-color css
<style>
span { border-color: #DB0ABC; }
span { border-color: rgb(219,10,188); }
td.TdClassName
{
border-color: #DB0ABC;
}
.TagClassName
{
border-color: #DB0ABC;
}
</style>