Shades of Deep Magenta #DC1ED6
Tints of Deep Magenta #DC1ED6
RGB
CMYK
RGB Variations
Color information
#DC1ED6 (or 0xDC1ED6) is known color: Deep Magenta. HEX triplet: DC, 1E and D6. RGB value is (220,30,214). Sum of RGB (Red+Green+Blue) = 220+30+214=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1ED6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1ED6 is #23E129. Grayscale: #6B6B6B. Windows color (decimal): -2351402 or 14032604. OLE color: 14032604.
HSL color Cylindrical-coordinate representation of color #DC1ED6: hue angle of 301.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC1ED6 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 214 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.14 |
| HSL | 301.89º | 0.76% | 0.49% | - |
| HSV(B) | 301.89º | 0.86% | 0.86% | - |
| XYZ | 42.12 | 21 | 65.45 | - |
| YUV | 107.79 | 187.95 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 214 | 0 | 0.86 | 0.03 | 0.14 | 301.89 | 0.76 | 0.49 |
| Hex | DC | 1E | D6 | 0 | 56 | 3 | E | 12E | 4C | 31 |
| Octal | 334 | 36 | 326 | 0 | 126 | 3 | 16 | 456 | 114 | 61 |
| Binary | 11011100 | 11110 | 11010110 | 0 | 1010110 | 11 | 1110 | 100101110 | 1001100 | 110001 |
Color Harmonies of #DC1ED6
Complementary color
Monochromatic Colors of #DC1ED6
Black with #DC1ED6
Text Example
Text Example
White with #DC1ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1ED6; }
p { color: rgb(220,30,214); }
H1.HeaderClassName
{
color: #DC1ED6;
}
.AnyTagClassName
{
color: #DC1ED6;
}
</style>
background-color css
<style>
a { background-color: #DC1ED6; }
a { background-color: rgb(220,30,214); }
div.DivClassName
{
background-color: #DC1ED6;
}
.BgClassName
{
background-color: #DC1ED6;
}
</style>
border-color css
<style>
span { border-color: #DC1ED6; }
span { border-color: rgb(220,30,214); }
td.TdClassName
{
border-color: #DC1ED6;
}
.TagClassName
{
border-color: #DC1ED6;
}
</style>