Shades of Deep Magenta #DE24E0
Tints of Deep Magenta #DE24E0
RGB
CMYK
RGB Variations
Color information
#DE24E0 (or 0xDE24E0) is known color: Deep Magenta. HEX triplet: DE, 24 and E0. RGB value is (222,36,224). Sum of RGB (Red+Green+Blue) = 222+36+224=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 36 (14.45% from 255 or 7.47% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #DE24E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE24E0 is #21DB1F. Grayscale: #707070. Windows color (decimal): -2218784 or 14689502. OLE color: 14689502.
HSL color Cylindrical-coordinate representation of color #DE24E0: hue angle of 299.36º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE24E0 is Cyan = 0.01, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 36 | 224 | - |
| CMYK | 0.01 | 0.84 | 0 | 0.12 |
| HSL | 299.36º | 0.75% | 0.51% | - |
| HSV(B) | 299.36º | 0.84% | 0.88% | - |
| XYZ | 44.21 | 22.17 | 72.47 | - |
| YUV | 113.05 | 190.62 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 224 | 0.01 | 0.84 | 0 | 0.12 | 299.36 | 0.75 | 0.51 |
| Hex | DE | 24 | E0 | 1 | 54 | 0 | C | 12B | 4B | 33 |
| Octal | 336 | 44 | 340 | 1 | 124 | 0 | 14 | 453 | 113 | 63 |
| Binary | 11011110 | 100100 | 11100000 | 1 | 1010100 | 0 | 1100 | 100101011 | 1001011 | 110011 |
Color Harmonies of #DE24E0
Complementary color
Monochromatic Colors of #DE24E0
Black with #DE24E0
Text Example
Text Example
White with #DE24E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE24E0; }
p { color: rgb(222,36,224); }
H1.HeaderClassName
{
color: #DE24E0;
}
.AnyTagClassName
{
color: #DE24E0;
}
</style>
background-color css
<style>
a { background-color: #DE24E0; }
a { background-color: rgb(222,36,224); }
div.DivClassName
{
background-color: #DE24E0;
}
.BgClassName
{
background-color: #DE24E0;
}
</style>
border-color css
<style>
span { border-color: #DE24E0; }
span { border-color: rgb(222,36,224); }
td.TdClassName
{
border-color: #DE24E0;
}
.TagClassName
{
border-color: #DE24E0;
}
</style>