Shades of Deep Magenta #DE11E1
Tints of Deep Magenta #DE11E1
RGB
CMYK
RGB Variations
Color information
#DE11E1 (or 0xDE11E1) is known color: Deep Magenta. HEX triplet: DE, 11 and E1. RGB value is (222,17,225). Sum of RGB (Red+Green+Blue) = 222+17+225=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 17 (7.03% from 255 or 3.66% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #DE11E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE11E1 is #21EE1E. Grayscale: #656565. Windows color (decimal): -2223647 or 14750174. OLE color: 14750174.
HSL color Cylindrical-coordinate representation of color #DE11E1: hue angle of 299.13º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE11E1 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 17 | 225 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.12 |
| HSL | 299.13º | 0.86% | 0.47% | - |
| HSV(B) | 299.13º | 0.92% | 0.88% | - |
| XYZ | 43.92 | 21.37 | 73.04 | - |
| YUV | 102.01 | 197.42 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 225 | 0.01 | 0.92 | 0 | 0.12 | 299.13 | 0.86 | 0.47 |
| Hex | DE | 11 | E1 | 1 | 5C | 0 | C | 12B | 56 | 2F |
| Octal | 336 | 21 | 341 | 1 | 134 | 0 | 14 | 453 | 126 | 57 |
| Binary | 11011110 | 10001 | 11100001 | 1 | 1011100 | 0 | 1100 | 100101011 | 1010110 | 101111 |
Color Harmonies of #DE11E1
Complementary color
Monochromatic Colors of #DE11E1
Black with #DE11E1
Text Example
Text Example
White with #DE11E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE11E1; }
p { color: rgb(222,17,225); }
H1.HeaderClassName
{
color: #DE11E1;
}
.AnyTagClassName
{
color: #DE11E1;
}
</style>
background-color css
<style>
a { background-color: #DE11E1; }
a { background-color: rgb(222,17,225); }
div.DivClassName
{
background-color: #DE11E1;
}
.BgClassName
{
background-color: #DE11E1;
}
</style>
border-color css
<style>
span { border-color: #DE11E1; }
span { border-color: rgb(222,17,225); }
td.TdClassName
{
border-color: #DE11E1;
}
.TagClassName
{
border-color: #DE11E1;
}
</style>