Shades of Deep Magenta #DE11DE
Tints of Deep Magenta #DE11DE
RGB
CMYK
RGB Variations
Color information
#DE11DE (or 0xDE11DE) is known color: Deep Magenta. HEX triplet: DE, 11 and DE. RGB value is (222,17,222). Sum of RGB (Red+Green+Blue) = 222+17+222=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 17 (7.03% from 255 or 3.69% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE11DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE11DE is #21EE21. Grayscale: #656565. Windows color (decimal): -2223650 or 14553566. OLE color: 14553566.
HSL color Cylindrical-coordinate representation of color #DE11DE: hue angle of 300º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE11DE is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 17 | 222 | - |
| CMYK | 0 | 0.92 | 0 | 0.13 |
| HSL | 300º | 0.86% | 0.47% | - |
| HSV(B) | 300º | 0.92% | 0.87% | - |
| XYZ | 43.51 | 21.2 | 70.91 | - |
| YUV | 101.67 | 195.92 | 213.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 222 | 0 | 0.92 | 0 | 0.13 | 300 | 0.86 | 0.47 |
| Hex | DE | 11 | DE | 0 | 5C | 0 | D | 12C | 56 | 2F |
| Octal | 336 | 21 | 336 | 0 | 134 | 0 | 15 | 454 | 126 | 57 |
| Binary | 11011110 | 10001 | 11011110 | 0 | 1011100 | 0 | 1101 | 100101100 | 1010110 | 101111 |
Color Harmonies of #DE11DE
Complementary color
Monochromatic Colors of #DE11DE
Black with #DE11DE
Text Example
Text Example
White with #DE11DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE11DE; }
p { color: rgb(222,17,222); }
H1.HeaderClassName
{
color: #DE11DE;
}
.AnyTagClassName
{
color: #DE11DE;
}
</style>
background-color css
<style>
a { background-color: #DE11DE; }
a { background-color: rgb(222,17,222); }
div.DivClassName
{
background-color: #DE11DE;
}
.BgClassName
{
background-color: #DE11DE;
}
</style>
border-color css
<style>
span { border-color: #DE11DE; }
span { border-color: rgb(222,17,222); }
td.TdClassName
{
border-color: #DE11DE;
}
.TagClassName
{
border-color: #DE11DE;
}
</style>