Shades of Deep Magenta #DC1EDD
Tints of Deep Magenta #DC1EDD
RGB
CMYK
RGB Variations
Color information
#DC1EDD (or 0xDC1EDD) is known color: Deep Magenta. HEX triplet: DC, 1E and DD. RGB value is (220,30,221). Sum of RGB (Red+Green+Blue) = 220+30+221=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 30 (12.11% from 255 or 6.37% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC1EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1EDD is #23E122. Grayscale: #6C6C6C. Windows color (decimal): -2351395 or 14491356. OLE color: 14491356.
HSL color Cylindrical-coordinate representation of color #DC1EDD: hue angle of 299.69º 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 #DC1EDD is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 30 | 221 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.13 |
| HSL | 299.69º | 0.76% | 0.49% | - |
| HSV(B) | 299.69º | 0.86% | 0.87% | - |
| XYZ | 43.03 | 21.36 | 70.26 | - |
| YUV | 108.58 | 191.45 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 30 | 221 | 0.00 | 0.86 | 0 | 0.13 | 299.69 | 0.76 | 0.49 |
| Hex | DC | 1E | DD | 0 | 56 | 0 | D | 12C | 4C | 31 |
| Octal | 334 | 36 | 335 | 0 | 126 | 0 | 15 | 454 | 114 | 61 |
| Binary | 11011100 | 11110 | 11011101 | 0 | 1010110 | 0 | 1101 | 100101100 | 1001100 | 110001 |
Color Harmonies of #DC1EDD
Complementary color
Monochromatic Colors of #DC1EDD
Black with #DC1EDD
Text Example
Text Example
White with #DC1EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1EDD; }
p { color: rgb(220,30,221); }
H1.HeaderClassName
{
color: #DC1EDD;
}
.AnyTagClassName
{
color: #DC1EDD;
}
</style>
background-color css
<style>
a { background-color: #DC1EDD; }
a { background-color: rgb(220,30,221); }
div.DivClassName
{
background-color: #DC1EDD;
}
.BgClassName
{
background-color: #DC1EDD;
}
</style>
border-color css
<style>
span { border-color: #DC1EDD; }
span { border-color: rgb(220,30,221); }
td.TdClassName
{
border-color: #DC1EDD;
}
.TagClassName
{
border-color: #DC1EDD;
}
</style>