Shades of Deep Magenta #DC1AD9
Tints of Deep Magenta #DC1AD9
RGB
CMYK
RGB Variations
Color information
#DC1AD9 (or 0xDC1AD9) is known color: Deep Magenta. HEX triplet: DC, 1A and D9. RGB value is (220,26,217). Sum of RGB (Red+Green+Blue) = 220+26+217=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1AD9 is #23E526. Grayscale: #696969. Windows color (decimal): -2352423 or 14228188. OLE color: 14228188.
HSL color Cylindrical-coordinate representation of color #DC1AD9: hue angle of 300.93º 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 #DC1AD9 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 217 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.14 |
| HSL | 300.93º | 0.79% | 0.48% | - |
| HSV(B) | 300.93º | 0.88% | 0.86% | - |
| XYZ | 42.41 | 20.96 | 67.46 | - |
| YUV | 105.78 | 190.77 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 217 | 0 | 0.88 | 0.01 | 0.14 | 300.93 | 0.79 | 0.48 |
| Hex | DC | 1A | D9 | 0 | 58 | 1 | E | 12D | 4F | 30 |
| Octal | 334 | 32 | 331 | 0 | 130 | 1 | 16 | 455 | 117 | 60 |
| Binary | 11011100 | 11010 | 11011001 | 0 | 1011000 | 1 | 1110 | 100101101 | 1001111 | 110000 |
Color Harmonies of #DC1AD9
Complementary color
Monochromatic Colors of #DC1AD9
Black with #DC1AD9
Text Example
Text Example
White with #DC1AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1AD9; }
p { color: rgb(220,26,217); }
H1.HeaderClassName
{
color: #DC1AD9;
}
.AnyTagClassName
{
color: #DC1AD9;
}
</style>
background-color css
<style>
a { background-color: #DC1AD9; }
a { background-color: rgb(220,26,217); }
div.DivClassName
{
background-color: #DC1AD9;
}
.BgClassName
{
background-color: #DC1AD9;
}
</style>
border-color css
<style>
span { border-color: #DC1AD9; }
span { border-color: rgb(220,26,217); }
td.TdClassName
{
border-color: #DC1AD9;
}
.TagClassName
{
border-color: #DC1AD9;
}
</style>