Shades of Deep Magenta #DE04E0
Tints of Deep Magenta #DE04E0
RGB
CMYK
RGB Variations
Color information
#DE04E0 (or 0xDE04E0) is known color: Deep Magenta. HEX triplet: DE, 04 and E0. RGB value is (222,4,224). Sum of RGB (Red+Green+Blue) = 222+4+224=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 4 (1.95% from 255 or 0.89% from 450); Blue value is 224 (87.89% from 255 or 49.78% from 450); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE04E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE04E0 is #21FB1F. Grayscale: #5D5D5D. Windows color (decimal): -2226976 or 14681310. OLE color: 14681310.
HSL color Cylindrical-coordinate representation of color #DE04E0: hue angle of 299.45º 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 #DE04E0 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 4 | 224 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.12 |
| HSL | 299.45º | 0.96% | 0.45% | - |
| HSV(B) | 299.45º | 0.98% | 0.88% | - |
| XYZ | 43.62 | 21 | 72.27 | - |
| YUV | 94.26 | 201.22 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 4 | 224 | 0.01 | 0.98 | 0 | 0.12 | 299.45 | 0.96 | 0.45 |
| Hex | DE | 4 | E0 | 1 | 62 | 0 | C | 12B | 60 | 2D |
| Octal | 336 | 4 | 340 | 1 | 142 | 0 | 14 | 453 | 140 | 55 |
| Binary | 11011110 | 100 | 11100000 | 1 | 1100010 | 0 | 1100 | 100101011 | 1100000 | 101101 |
Color Harmonies of #DE04E0
Complementary color
Monochromatic Colors of #DE04E0
Black with #DE04E0
Text Example
Text Example
White with #DE04E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE04E0; }
p { color: rgb(222,4,224); }
H1.HeaderClassName
{
color: #DE04E0;
}
.AnyTagClassName
{
color: #DE04E0;
}
</style>
background-color css
<style>
a { background-color: #DE04E0; }
a { background-color: rgb(222,4,224); }
div.DivClassName
{
background-color: #DE04E0;
}
.BgClassName
{
background-color: #DE04E0;
}
</style>
border-color css
<style>
span { border-color: #DE04E0; }
span { border-color: rgb(222,4,224); }
td.TdClassName
{
border-color: #DE04E0;
}
.TagClassName
{
border-color: #DE04E0;
}
</style>