Shades of Deep Magenta #DC1ED0
Tints of Deep Magenta #DC1ED0
RGB
CMYK
RGB Variations
Color information
#DC1ED0 (or 0xDC1ED0) is known color: Deep Magenta. HEX triplet: DC, 1E and D0. RGB value is (220,30,208). Sum of RGB (Red+Green+Blue) = 220+30+208=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1ED0 is #23E12F. Grayscale: #6A6A6A. Windows color (decimal): -2351408 or 13639388. OLE color: 13639388.
HSL color Cylindrical-coordinate representation of color #DC1ED0: hue angle of 303.79º 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 #DC1ED0 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 30 | 208 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.14 |
| HSL | 303.79º | 0.76% | 0.49% | - |
| HSV(B) | 303.79º | 0.86% | 0.86% | - |
| XYZ | 41.36 | 20.7 | 61.49 | - |
| YUV | 107.1 | 184.95 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 208 | 0 | 0.86 | 0.05 | 0.14 | 303.79 | 0.76 | 0.49 |
| Hex | DC | 1E | D0 | 0 | 56 | 5 | E | 130 | 4C | 31 |
| Octal | 334 | 36 | 320 | 0 | 126 | 5 | 16 | 460 | 114 | 61 |
| Binary | 11011100 | 11110 | 11010000 | 0 | 1010110 | 101 | 1110 | 100110000 | 1001100 | 110001 |
Color Harmonies of #DC1ED0
Complementary color
Monochromatic Colors of #DC1ED0
Black with #DC1ED0
Text Example
Text Example
White with #DC1ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1ED0; }
p { color: rgb(220,30,208); }
H1.HeaderClassName
{
color: #DC1ED0;
}
.AnyTagClassName
{
color: #DC1ED0;
}
</style>
background-color css
<style>
a { background-color: #DC1ED0; }
a { background-color: rgb(220,30,208); }
div.DivClassName
{
background-color: #DC1ED0;
}
.BgClassName
{
background-color: #DC1ED0;
}
</style>
border-color css
<style>
span { border-color: #DC1ED0; }
span { border-color: rgb(220,30,208); }
td.TdClassName
{
border-color: #DC1ED0;
}
.TagClassName
{
border-color: #DC1ED0;
}
</style>