Shades of Deep Magenta #DB0EE1
Tints of Deep Magenta #DB0EE1
RGB
CMYK
RGB Variations
Color information
#DB0EE1 (or 0xDB0EE1) is known color: Deep Magenta. HEX triplet: DB, 0E and E1. RGB value is (219,14,225). Sum of RGB (Red+Green+Blue) = 219+14+225=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 14 (5.86% from 255 or 3.06% from 458); Blue value is 225 (88.28% from 255 or 49.13% from 458); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB0EE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB0EE1 is #24F11E. Grayscale: #626262. Windows color (decimal): -2421023 or 14749403. OLE color: 14749403.
HSL color Cylindrical-coordinate representation of color #DB0EE1: hue angle of 298.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0EE1 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 14 | 225 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.12 |
| HSL | 298.29º | 0.88% | 0.47% | - |
| HSV(B) | 298.29º | 0.94% | 0.88% | - |
| XYZ | 42.96 | 20.81 | 72.99 | - |
| YUV | 99.35 | 198.92 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 14 | 225 | 0.03 | 0.94 | 0 | 0.12 | 298.29 | 0.88 | 0.47 |
| Hex | DB | E | E1 | 3 | 5E | 0 | C | 12A | 58 | 2F |
| Octal | 333 | 16 | 341 | 3 | 136 | 0 | 14 | 452 | 130 | 57 |
| Binary | 11011011 | 1110 | 11100001 | 11 | 1011110 | 0 | 1100 | 100101010 | 1011000 | 101111 |
Color Harmonies of #DB0EE1
Complementary color
Monochromatic Colors of #DB0EE1
Black with #DB0EE1
Text Example
Text Example
White with #DB0EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0EE1; }
p { color: rgb(219,14,225); }
H1.HeaderClassName
{
color: #DB0EE1;
}
.AnyTagClassName
{
color: #DB0EE1;
}
</style>
background-color css
<style>
a { background-color: #DB0EE1; }
a { background-color: rgb(219,14,225); }
div.DivClassName
{
background-color: #DB0EE1;
}
.BgClassName
{
background-color: #DB0EE1;
}
</style>
border-color css
<style>
span { border-color: #DB0EE1; }
span { border-color: rgb(219,14,225); }
td.TdClassName
{
border-color: #DB0EE1;
}
.TagClassName
{
border-color: #DB0EE1;
}
</style>