Shades of Deep Magenta #DE1CDC
Tints of Deep Magenta #DE1CDC
RGB
CMYK
RGB Variations
Color information
#DE1CDC (or 0xDE1CDC) is known color: Deep Magenta. HEX triplet: DE, 1C and DC. RGB value is (222,28,220). Sum of RGB (Red+Green+Blue) = 222+28+220=470 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.23% from 470); Green value is 28 (11.33% from 255 or 5.96% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE1CDC is #21E323. Grayscale: #6B6B6B. Windows color (decimal): -2220836 or 14425310. OLE color: 14425310.
HSL color Cylindrical-coordinate representation of color #DE1CDC: hue angle of 300.62º 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 #DE1CDC is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 28 | 220 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.13 |
| HSL | 300.62º | 0.78% | 0.49% | - |
| HSV(B) | 300.62º | 0.87% | 0.87% | - |
| XYZ | 43.46 | 21.53 | 69.57 | - |
| YUV | 107.89 | 191.27 | 209.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 28 | 220 | 0 | 0.87 | 0.01 | 0.13 | 300.62 | 0.78 | 0.49 |
| Hex | DE | 1C | DC | 0 | 57 | 1 | D | 12D | 4E | 31 |
| Octal | 336 | 34 | 334 | 0 | 127 | 1 | 15 | 455 | 116 | 61 |
| Binary | 11011110 | 11100 | 11011100 | 0 | 1010111 | 1 | 1101 | 100101101 | 1001110 | 110001 |
Color Harmonies of #DE1CDC
Complementary color
Monochromatic Colors of #DE1CDC
Black with #DE1CDC
Text Example
Text Example
White with #DE1CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1CDC; }
p { color: rgb(222,28,220); }
H1.HeaderClassName
{
color: #DE1CDC;
}
.AnyTagClassName
{
color: #DE1CDC;
}
</style>
background-color css
<style>
a { background-color: #DE1CDC; }
a { background-color: rgb(222,28,220); }
div.DivClassName
{
background-color: #DE1CDC;
}
.BgClassName
{
background-color: #DE1CDC;
}
</style>
border-color css
<style>
span { border-color: #DE1CDC; }
span { border-color: rgb(222,28,220); }
td.TdClassName
{
border-color: #DE1CDC;
}
.TagClassName
{
border-color: #DE1CDC;
}
</style>