Shades of Deep Magenta #DB1EE0
Tints of Deep Magenta #DB1EE0
RGB
CMYK
RGB Variations
Color information
#DB1EE0 (or 0xDB1EE0) is known color: Deep Magenta. HEX triplet: DB, 1E and E0. RGB value is (219,30,224). Sum of RGB (Red+Green+Blue) = 219+30+224=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB1EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB1EE0 is #24E11F. Grayscale: #6C6C6C. Windows color (decimal): -2416928 or 14687963. OLE color: 14687963.
HSL color Cylindrical-coordinate representation of color #DB1EE0: hue angle of 298.45º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1EE0 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 30 | 224 | - |
| CMYK | 0.02 | 0.87 | 0 | 0.12 |
| HSL | 298.45º | 0.76% | 0.5% | - |
| HSV(B) | 298.45º | 0.87% | 0.88% | - |
| XYZ | 43.13 | 21.37 | 72.37 | - |
| YUV | 108.63 | 193.12 | 206.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 30 | 224 | 0.02 | 0.87 | 0 | 0.12 | 298.45 | 0.76 | 0.5 |
| Hex | DB | 1E | E0 | 2 | 57 | 0 | C | 12A | 4C | 32 |
| Octal | 333 | 36 | 340 | 2 | 127 | 0 | 14 | 452 | 114 | 62 |
| Binary | 11011011 | 11110 | 11100000 | 10 | 1010111 | 0 | 1100 | 100101010 | 1001100 | 110010 |
Color Harmonies of #DB1EE0
Complementary color
Monochromatic Colors of #DB1EE0
Black with #DB1EE0
Text Example
Text Example
White with #DB1EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1EE0; }
p { color: rgb(219,30,224); }
H1.HeaderClassName
{
color: #DB1EE0;
}
.AnyTagClassName
{
color: #DB1EE0;
}
</style>
background-color css
<style>
a { background-color: #DB1EE0; }
a { background-color: rgb(219,30,224); }
div.DivClassName
{
background-color: #DB1EE0;
}
.BgClassName
{
background-color: #DB1EE0;
}
</style>
border-color css
<style>
span { border-color: #DB1EE0; }
span { border-color: rgb(219,30,224); }
td.TdClassName
{
border-color: #DB1EE0;
}
.TagClassName
{
border-color: #DB1EE0;
}
</style>