Shades of Deep Magenta #DC1ACC
Tints of Deep Magenta #DC1ACC
RGB
CMYK
RGB Variations
Color information
#DC1ACC (or 0xDC1ACC) is known color: Deep Magenta. HEX triplet: DC, 1A and CC. RGB value is (220,26,204). Sum of RGB (Red+Green+Blue) = 220+26+204=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1ACC is #23E533. Grayscale: #676767. Windows color (decimal): -2352436 or 13376220. OLE color: 13376220.
HSL color Cylindrical-coordinate representation of color #DC1ACC: hue angle of 304.95º 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 #DC1ACC is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 26 | 204 | - |
CMYK | 0 | 0.88 | 0.07 | 0.14 |
HSL | 304.95º | 0.79% | 0.48% | - |
HSV(B) | 304.95º | 0.88% | 0.86% | - |
XYZ | 40.78 | 20.31 | 58.9 | - |
YUV | 104.3 | 184.27 | 210.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 26 | 204 | 0 | 0.88 | 0.07 | 0.14 | 304.95 | 0.79 | 0.48 |
Hex | DC | 1A | CC | 0 | 58 | 7 | E | 131 | 4F | 30 |
Octal | 334 | 32 | 314 | 0 | 130 | 7 | 16 | 461 | 117 | 60 |
Binary | 11011100 | 11010 | 11001100 | 0 | 1011000 | 111 | 1110 | 100110001 | 1001111 | 110000 |
Color Harmonies of #DC1ACC
Complementary color
Monochromatic Colors of #DC1ACC
Black with #DC1ACC
Text Example
Text Example
White with #DC1ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1ACC; }
p { color: rgb(220,26,204); }
H1.HeaderClassName
{
color: #DC1ACC;
}
.AnyTagClassName
{
color: #DC1ACC;
}
</style>
background-color css
<style>
a { background-color: #DC1ACC; }
a { background-color: rgb(220,26,204); }
div.DivClassName
{
background-color: #DC1ACC;
}
.BgClassName
{
background-color: #DC1ACC;
}
</style>
border-color css
<style>
span { border-color: #DC1ACC; }
span { border-color: rgb(220,26,204); }
td.TdClassName
{
border-color: #DC1ACC;
}
.TagClassName
{
border-color: #DC1ACC;
}
</style>