Shades of Deep Magenta #DE0CCC
Tints of Deep Magenta #DE0CCC
RGB
CMYK
RGB Variations
Color information
#DE0CCC (or 0xDE0CCC) is known color: Deep Magenta. HEX triplet: DE, 0C and CC. RGB value is (222,12,204). Sum of RGB (Red+Green+Blue) = 222+12+204=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0CCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE0CCC is #21F333. Grayscale: #606060. Windows color (decimal): -2224948 or 13372638. OLE color: 13372638.
HSL color Cylindrical-coordinate representation of color #DE0CCC: hue angle of 305.14º 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 #DE0CCC is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 12 | 204 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.13 |
| HSL | 305.14º | 0.9% | 0.46% | - |
| HSV(B) | 305.14º | 0.95% | 0.87% | - |
| XYZ | 41.15 | 20.15 | 58.85 | - |
| YUV | 96.68 | 188.57 | 217.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 12 | 204 | 0 | 0.95 | 0.08 | 0.13 | 305.14 | 0.9 | 0.46 |
| Hex | DE | C | CC | 0 | 5F | 8 | D | 131 | 5A | 2E |
| Octal | 336 | 14 | 314 | 0 | 137 | 10 | 15 | 461 | 132 | 56 |
| Binary | 11011110 | 1100 | 11001100 | 0 | 1011111 | 1000 | 1101 | 100110001 | 1011010 | 101110 |
Color Harmonies of #DE0CCC
Complementary color
Monochromatic Colors of #DE0CCC
Black with #DE0CCC
Text Example
Text Example
White with #DE0CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0CCC; }
p { color: rgb(222,12,204); }
H1.HeaderClassName
{
color: #DE0CCC;
}
.AnyTagClassName
{
color: #DE0CCC;
}
</style>
background-color css
<style>
a { background-color: #DE0CCC; }
a { background-color: rgb(222,12,204); }
div.DivClassName
{
background-color: #DE0CCC;
}
.BgClassName
{
background-color: #DE0CCC;
}
</style>
border-color css
<style>
span { border-color: #DE0CCC; }
span { border-color: rgb(222,12,204); }
td.TdClassName
{
border-color: #DE0CCC;
}
.TagClassName
{
border-color: #DE0CCC;
}
</style>