Shades of Deep Magenta #DE1CCC
Tints of Deep Magenta #DE1CCC
RGB
CMYK
RGB Variations
Color information
#DE1CCC (or 0xDE1CCC) is known color: Deep Magenta. HEX triplet: DE, 1C and CC. RGB value is (222,28,204). Sum of RGB (Red+Green+Blue) = 222+28+204=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1CCC is #21E333. Grayscale: #696969. Windows color (decimal): -2220852 or 13376734. OLE color: 13376734.
HSL color Cylindrical-coordinate representation of color #DE1CCC: hue angle of 305.57º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE1CCC is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 28 | 204 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.13 |
| HSL | 305.57º | 0.78% | 0.49% | - |
| HSV(B) | 305.57º | 0.87% | 0.87% | - |
| XYZ | 41.44 | 20.72 | 58.94 | - |
| YUV | 106.07 | 183.27 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 204 | 0 | 0.87 | 0.08 | 0.13 | 305.57 | 0.78 | 0.49 |
| Hex | DE | 1C | CC | 0 | 57 | 8 | D | 132 | 4E | 31 |
| Octal | 336 | 34 | 314 | 0 | 127 | 10 | 15 | 462 | 116 | 61 |
| Binary | 11011110 | 11100 | 11001100 | 0 | 1010111 | 1000 | 1101 | 100110010 | 1001110 | 110001 |
Color Harmonies of #DE1CCC
Complementary color
Monochromatic Colors of #DE1CCC
Black with #DE1CCC
Text Example
Text Example
White with #DE1CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1CCC; }
p { color: rgb(222,28,204); }
H1.HeaderClassName
{
color: #DE1CCC;
}
.AnyTagClassName
{
color: #DE1CCC;
}
</style>
background-color css
<style>
a { background-color: #DE1CCC; }
a { background-color: rgb(222,28,204); }
div.DivClassName
{
background-color: #DE1CCC;
}
.BgClassName
{
background-color: #DE1CCC;
}
</style>
border-color css
<style>
span { border-color: #DE1CCC; }
span { border-color: rgb(222,28,204); }
td.TdClassName
{
border-color: #DE1CCC;
}
.TagClassName
{
border-color: #DE1CCC;
}
</style>