Shades of Deep Magenta #DC1AC8
Tints of Deep Magenta #DC1AC8
RGB
CMYK
RGB Variations
Color information
#DC1AC8 (or 0xDC1AC8) is known color: Deep Magenta. HEX triplet: DC, 1A and C8. RGB value is (220,26,200). Sum of RGB (Red+Green+Blue) = 220+26+200=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1AC8 is #23E537. Grayscale: #676767. Windows color (decimal): -2352440 or 13114076. OLE color: 13114076.
HSL color Cylindrical-coordinate representation of color #DC1AC8: hue angle of 306.19º 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 #DC1AC8 is Cyan = 0, Magento = 0.88, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 200 | - |
| CMYK | 0 | 0.88 | 0.09 | 0.14 |
| HSL | 306.19º | 0.79% | 0.48% | - |
| HSV(B) | 306.19º | 0.88% | 0.86% | - |
| XYZ | 40.31 | 20.12 | 56.4 | - |
| YUV | 103.84 | 182.27 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 200 | 0 | 0.88 | 0.09 | 0.14 | 306.19 | 0.79 | 0.48 |
| Hex | DC | 1A | C8 | 0 | 58 | 9 | E | 132 | 4F | 30 |
| Octal | 334 | 32 | 310 | 0 | 130 | 11 | 16 | 462 | 117 | 60 |
| Binary | 11011100 | 11010 | 11001000 | 0 | 1011000 | 1001 | 1110 | 100110010 | 1001111 | 110000 |
Color Harmonies of #DC1AC8
Complementary color
Monochromatic Colors of #DC1AC8
Black with #DC1AC8
Text Example
Text Example
White with #DC1AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1AC8; }
p { color: rgb(220,26,200); }
H1.HeaderClassName
{
color: #DC1AC8;
}
.AnyTagClassName
{
color: #DC1AC8;
}
</style>
background-color css
<style>
a { background-color: #DC1AC8; }
a { background-color: rgb(220,26,200); }
div.DivClassName
{
background-color: #DC1AC8;
}
.BgClassName
{
background-color: #DC1AC8;
}
</style>
border-color css
<style>
span { border-color: #DC1AC8; }
span { border-color: rgb(220,26,200); }
td.TdClassName
{
border-color: #DC1AC8;
}
.TagClassName
{
border-color: #DC1AC8;
}
</style>