Shades of Deep Magenta #DE0CCE
Tints of Deep Magenta #DE0CCE
RGB
CMYK
RGB Variations
Color information
#DE0CCE (or 0xDE0CCE) is known color: Deep Magenta. HEX triplet: DE, 0C and CE. RGB value is (222,12,206). Sum of RGB (Red+Green+Blue) = 222+12+206=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 12 (5.08% from 255 or 2.73% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0CCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0CCE is #21F331. Grayscale: #606060. Windows color (decimal): -2224946 or 13503710. OLE color: 13503710.
HSL color Cylindrical-coordinate representation of color #DE0CCE: hue angle of 304.57º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0CCE is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 206 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.13 |
| HSL | 304.57º | 0.9% | 0.46% | - |
| HSV(B) | 304.57º | 0.95% | 0.87% | - |
| XYZ | 41.4 | 20.25 | 60.12 | - |
| YUV | 96.91 | 189.57 | 217.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 206 | 0 | 0.95 | 0.07 | 0.13 | 304.57 | 0.9 | 0.46 |
| Hex | DE | C | CE | 0 | 5F | 7 | D | 131 | 5A | 2E |
| Octal | 336 | 14 | 316 | 0 | 137 | 7 | 15 | 461 | 132 | 56 |
| Binary | 11011110 | 1100 | 11001110 | 0 | 1011111 | 111 | 1101 | 100110001 | 1011010 | 101110 |
Color Harmonies of #DE0CCE
Complementary color
Monochromatic Colors of #DE0CCE
Black with #DE0CCE
Text Example
Text Example
White with #DE0CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0CCE; }
p { color: rgb(222,12,206); }
H1.HeaderClassName
{
color: #DE0CCE;
}
.AnyTagClassName
{
color: #DE0CCE;
}
</style>
background-color css
<style>
a { background-color: #DE0CCE; }
a { background-color: rgb(222,12,206); }
div.DivClassName
{
background-color: #DE0CCE;
}
.BgClassName
{
background-color: #DE0CCE;
}
</style>
border-color css
<style>
span { border-color: #DE0CCE; }
span { border-color: rgb(222,12,206); }
td.TdClassName
{
border-color: #DE0CCE;
}
.TagClassName
{
border-color: #DE0CCE;
}
</style>