Shades of Deep Magenta #DC1EDE
Tints of Deep Magenta #DC1EDE
RGB
CMYK
RGB Variations
Color information
#DC1EDE (or 0xDC1EDE) is known color: Deep Magenta. HEX triplet: DC, 1E and DE. RGB value is (220,30,222). Sum of RGB (Red+Green+Blue) = 220+30+222=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 30 (12.11% from 255 or 6.36% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1EDE is #23E121. Grayscale: #6C6C6C. Windows color (decimal): -2351394 or 14556892. OLE color: 14556892.
HSL color Cylindrical-coordinate representation of color #DC1EDE: hue angle of 299.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1EDE is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 30 | 222 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.13 |
| HSL | 299.38º | 0.76% | 0.49% | - |
| HSV(B) | 299.38º | 0.86% | 0.87% | - |
| XYZ | 43.16 | 21.42 | 70.97 | - |
| YUV | 108.7 | 191.95 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 222 | 0.01 | 0.86 | 0 | 0.13 | 299.38 | 0.76 | 0.49 |
| Hex | DC | 1E | DE | 1 | 56 | 0 | D | 12B | 4C | 31 |
| Octal | 334 | 36 | 336 | 1 | 126 | 0 | 15 | 453 | 114 | 61 |
| Binary | 11011100 | 11110 | 11011110 | 1 | 1010110 | 0 | 1101 | 100101011 | 1001100 | 110001 |
Color Harmonies of #DC1EDE
Complementary color
Monochromatic Colors of #DC1EDE
Black with #DC1EDE
Text Example
Text Example
White with #DC1EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EDE; }
p { color: rgb(220,30,222); }
H1.HeaderClassName
{
color: #DC1EDE;
}
.AnyTagClassName
{
color: #DC1EDE;
}
</style>
background-color css
<style>
a { background-color: #DC1EDE; }
a { background-color: rgb(220,30,222); }
div.DivClassName
{
background-color: #DC1EDE;
}
.BgClassName
{
background-color: #DC1EDE;
}
</style>
border-color css
<style>
span { border-color: #DC1EDE; }
span { border-color: rgb(220,30,222); }
td.TdClassName
{
border-color: #DC1EDE;
}
.TagClassName
{
border-color: #DC1EDE;
}
</style>