Shades of Deep Magenta #DB04E0
Tints of Deep Magenta #DB04E0
RGB
CMYK
RGB Variations
Color information
#DB04E0 (or 0xDB04E0) is known color: Deep Magenta. HEX triplet: DB, 04 and E0. RGB value is (219,4,224). Sum of RGB (Red+Green+Blue) = 219+4+224=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB04E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DB04E0 is #24FB1F. Grayscale: #5C5C5C. Windows color (decimal): -2423584 or 14681307. OLE color: 14681307.
HSL color Cylindrical-coordinate representation of color #DB04E0: hue angle of 298.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB04E0 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 4 | 224 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.12 |
| HSL | 298.64º | 0.96% | 0.45% | - |
| HSV(B) | 298.64º | 0.98% | 0.88% | - |
| XYZ | 42.71 | 20.53 | 72.23 | - |
| YUV | 93.37 | 201.73 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 224 | 0.02 | 0.98 | 0 | 0.12 | 298.64 | 0.96 | 0.45 |
| Hex | DB | 4 | E0 | 2 | 62 | 0 | C | 12B | 60 | 2D |
| Octal | 333 | 4 | 340 | 2 | 142 | 0 | 14 | 453 | 140 | 55 |
| Binary | 11011011 | 100 | 11100000 | 10 | 1100010 | 0 | 1100 | 100101011 | 1100000 | 101101 |
Color Harmonies of #DB04E0
Complementary color
Monochromatic Colors of #DB04E0
Black with #DB04E0
Text Example
Text Example
White with #DB04E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB04E0; }
p { color: rgb(219,4,224); }
H1.HeaderClassName
{
color: #DB04E0;
}
.AnyTagClassName
{
color: #DB04E0;
}
</style>
background-color css
<style>
a { background-color: #DB04E0; }
a { background-color: rgb(219,4,224); }
div.DivClassName
{
background-color: #DB04E0;
}
.BgClassName
{
background-color: #DB04E0;
}
</style>
border-color css
<style>
span { border-color: #DB04E0; }
span { border-color: rgb(219,4,224); }
td.TdClassName
{
border-color: #DB04E0;
}
.TagClassName
{
border-color: #DB04E0;
}
</style>