Shades of Deep Magenta #DE12CE
Tints of Deep Magenta #DE12CE
RGB
CMYK
RGB Variations
Color information
#DE12CE (or 0xDE12CE) is known color: Deep Magenta. HEX triplet: DE, 12 and CE. RGB value is (222,18,206). Sum of RGB (Red+Green+Blue) = 222+18+206=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE12CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE12CE is #21ED31. Grayscale: #636363. Windows color (decimal): -2223410 or 13505246. OLE color: 13505246.
HSL color Cylindrical-coordinate representation of color #DE12CE: hue angle of 304.71º degrees, saturation: 0.85, 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 #DE12CE is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 18 | 206 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.13 |
| HSL | 304.71º | 0.85% | 0.47% | - |
| HSV(B) | 304.71º | 0.92% | 0.87% | - |
| XYZ | 41.48 | 20.42 | 60.15 | - |
| YUV | 100.43 | 187.59 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 18 | 206 | 0 | 0.92 | 0.07 | 0.13 | 304.71 | 0.85 | 0.47 |
| Hex | DE | 12 | CE | 0 | 5C | 7 | D | 131 | 55 | 2F |
| Octal | 336 | 22 | 316 | 0 | 134 | 7 | 15 | 461 | 125 | 57 |
| Binary | 11011110 | 10010 | 11001110 | 0 | 1011100 | 111 | 1101 | 100110001 | 1010101 | 101111 |
Color Harmonies of #DE12CE
Complementary color
Monochromatic Colors of #DE12CE
Black with #DE12CE
Text Example
Text Example
White with #DE12CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE12CE; }
p { color: rgb(222,18,206); }
H1.HeaderClassName
{
color: #DE12CE;
}
.AnyTagClassName
{
color: #DE12CE;
}
</style>
background-color css
<style>
a { background-color: #DE12CE; }
a { background-color: rgb(222,18,206); }
div.DivClassName
{
background-color: #DE12CE;
}
.BgClassName
{
background-color: #DE12CE;
}
</style>
border-color css
<style>
span { border-color: #DE12CE; }
span { border-color: rgb(222,18,206); }
td.TdClassName
{
border-color: #DE12CE;
}
.TagClassName
{
border-color: #DE12CE;
}
</style>