Shades of Deep Magenta #DB0DB8
Tints of Deep Magenta #DB0DB8
RGB
CMYK
RGB Variations
Color information
#DB0DB8 (or 0xDB0DB8) is known color: Deep Magenta. HEX triplet: DB, 0D and B8. RGB value is (219,13,184). Sum of RGB (Red+Green+Blue) = 219+13+184=416 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.64% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0DB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0DB8 is #24F247. Grayscale: #5D5D5D. Windows color (decimal): -2421320 or 12062171. OLE color: 12062171.
HSL color Cylindrical-coordinate representation of color #DB0DB8: hue angle of 310.19º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0DB8 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 184 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.14 |
| HSL | 310.19º | 0.89% | 0.45% | - |
| HSV(B) | 310.19º | 0.94% | 0.86% | - |
| XYZ | 38.01 | 18.81 | 46.97 | - |
| YUV | 94.09 | 178.75 | 217.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 184 | 0 | 0.94 | 0.16 | 0.14 | 310.19 | 0.89 | 0.45 |
| Hex | DB | D | B8 | 0 | 5E | 10 | E | 136 | 59 | 2D |
| Octal | 333 | 15 | 270 | 0 | 136 | 20 | 16 | 466 | 131 | 55 |
| Binary | 11011011 | 1101 | 10111000 | 0 | 1011110 | 10000 | 1110 | 100110110 | 1011001 | 101101 |
Color Harmonies of #DB0DB8
Complementary color
Monochromatic Colors of #DB0DB8
Black with #DB0DB8
Text Example
Text Example
White with #DB0DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0DB8; }
p { color: rgb(219,13,184); }
H1.HeaderClassName
{
color: #DB0DB8;
}
.AnyTagClassName
{
color: #DB0DB8;
}
</style>
background-color css
<style>
a { background-color: #DB0DB8; }
a { background-color: rgb(219,13,184); }
div.DivClassName
{
background-color: #DB0DB8;
}
.BgClassName
{
background-color: #DB0DB8;
}
</style>
border-color css
<style>
span { border-color: #DB0DB8; }
span { border-color: rgb(219,13,184); }
td.TdClassName
{
border-color: #DB0DB8;
}
.TagClassName
{
border-color: #DB0DB8;
}
</style>