Shades of Deep Magenta #DC1ACD
Tints of Deep Magenta #DC1ACD
RGB
CMYK
RGB Variations
Color information
#DC1ACD (or 0xDC1ACD) is known color: Deep Magenta. HEX triplet: DC, 1A and CD. RGB value is (220,26,205). Sum of RGB (Red+Green+Blue) = 220+26+205=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1ACD is #23E532. Grayscale: #676767. Windows color (decimal): -2352435 or 13441756. OLE color: 13441756.
HSL color Cylindrical-coordinate representation of color #DC1ACD: hue angle of 304.64º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1ACD is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 205 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.14 |
| HSL | 304.64º | 0.79% | 0.48% | - |
| HSV(B) | 304.64º | 0.88% | 0.86% | - |
| XYZ | 40.9 | 20.36 | 59.53 | - |
| YUV | 104.41 | 184.77 | 210.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 205 | 0 | 0.88 | 0.07 | 0.14 | 304.64 | 0.79 | 0.48 |
| Hex | DC | 1A | CD | 0 | 58 | 7 | E | 131 | 4F | 30 |
| Octal | 334 | 32 | 315 | 0 | 130 | 7 | 16 | 461 | 117 | 60 |
| Binary | 11011100 | 11010 | 11001101 | 0 | 1011000 | 111 | 1110 | 100110001 | 1001111 | 110000 |
Color Harmonies of #DC1ACD
Complementary color
Monochromatic Colors of #DC1ACD
Black with #DC1ACD
Text Example
Text Example
White with #DC1ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1ACD; }
p { color: rgb(220,26,205); }
H1.HeaderClassName
{
color: #DC1ACD;
}
.AnyTagClassName
{
color: #DC1ACD;
}
</style>
background-color css
<style>
a { background-color: #DC1ACD; }
a { background-color: rgb(220,26,205); }
div.DivClassName
{
background-color: #DC1ACD;
}
.BgClassName
{
background-color: #DC1ACD;
}
</style>
border-color css
<style>
span { border-color: #DC1ACD; }
span { border-color: rgb(220,26,205); }
td.TdClassName
{
border-color: #DC1ACD;
}
.TagClassName
{
border-color: #DC1ACD;
}
</style>