Shades of Deep Magenta #DB0ED2
Tints of Deep Magenta #DB0ED2
RGB
CMYK
RGB Variations
Color information
#DB0ED2 (or 0xDB0ED2) is known color: Deep Magenta. HEX triplet: DB, 0E and D2. RGB value is (219,14,210). Sum of RGB (Red+Green+Blue) = 219+14+210=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 14 (5.86% from 255 or 3.16% from 443); Blue value is 210 (82.42% from 255 or 47.40% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0ED2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0ED2 is #24F12D. Grayscale: #616161. Windows color (decimal): -2421038 or 13766363. OLE color: 13766363.
HSL color Cylindrical-coordinate representation of color #DB0ED2: hue angle of 302.63º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0ED2 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 14 | 210 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.14 |
| HSL | 302.63º | 0.88% | 0.46% | - |
| HSV(B) | 302.63º | 0.94% | 0.86% | - |
| XYZ | 41 | 20.03 | 62.68 | - |
| YUV | 97.64 | 191.42 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 210 | 0 | 0.94 | 0.04 | 0.14 | 302.63 | 0.88 | 0.46 |
| Hex | DB | E | D2 | 0 | 5E | 4 | E | 12F | 58 | 2E |
| Octal | 333 | 16 | 322 | 0 | 136 | 4 | 16 | 457 | 130 | 56 |
| Binary | 11011011 | 1110 | 11010010 | 0 | 1011110 | 100 | 1110 | 100101111 | 1011000 | 101110 |
Color Harmonies of #DB0ED2
Complementary color
Monochromatic Colors of #DB0ED2
Black with #DB0ED2
Text Example
Text Example
White with #DB0ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0ED2; }
p { color: rgb(219,14,210); }
H1.HeaderClassName
{
color: #DB0ED2;
}
.AnyTagClassName
{
color: #DB0ED2;
}
</style>
background-color css
<style>
a { background-color: #DB0ED2; }
a { background-color: rgb(219,14,210); }
div.DivClassName
{
background-color: #DB0ED2;
}
.BgClassName
{
background-color: #DB0ED2;
}
</style>
border-color css
<style>
span { border-color: #DB0ED2; }
span { border-color: rgb(219,14,210); }
td.TdClassName
{
border-color: #DB0ED2;
}
.TagClassName
{
border-color: #DB0ED2;
}
</style>