Shades of Medium Violet Red #DC1AA0
Tints of Medium Violet Red #DC1AA0
RGB
CMYK
RGB Variations
Color information
#DC1AA0 (or 0xDC1AA0) is known color: Medium Violet Red. HEX triplet: DC, 1A and A0. RGB value is (220,26,160). Sum of RGB (Red+Green+Blue) = 220+26+160=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 160 (62.89% from 255 or 39.41% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1AA0 is #23E55F. Grayscale: #626262. Windows color (decimal): -2352480 or 10492636. OLE color: 10492636.
HSL color Cylindrical-coordinate representation of color #DC1AA0: hue angle of 318.56º 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 #DC1AA0 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 26 | 160 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.14 |
| HSL | 318.56º | 0.79% | 0.48% | - |
| HSV(B) | 318.56º | 0.88% | 0.86% | - |
| XYZ | 36.23 | 18.49 | 34.92 | - |
| YUV | 99.28 | 162.27 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 26 | 160 | 0 | 0.88 | 0.27 | 0.14 | 318.56 | 0.79 | 0.48 |
| Hex | DC | 1A | A0 | 0 | 58 | 1B | E | 13F | 4F | 30 |
| Octal | 334 | 32 | 240 | 0 | 130 | 33 | 16 | 477 | 117 | 60 |
| Binary | 11011100 | 11010 | 10100000 | 0 | 1011000 | 11011 | 1110 | 100111111 | 1001111 | 110000 |
Color Harmonies of #DC1AA0
Complementary color
Monochromatic Colors of #DC1AA0
Black with #DC1AA0
Text Example
Text Example
White with #DC1AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1AA0; }
p { color: rgb(220,26,160); }
H1.HeaderClassName
{
color: #DC1AA0;
}
.AnyTagClassName
{
color: #DC1AA0;
}
</style>
background-color css
<style>
a { background-color: #DC1AA0; }
a { background-color: rgb(220,26,160); }
div.DivClassName
{
background-color: #DC1AA0;
}
.BgClassName
{
background-color: #DC1AA0;
}
</style>
border-color css
<style>
span { border-color: #DC1AA0; }
span { border-color: rgb(220,26,160); }
td.TdClassName
{
border-color: #DC1AA0;
}
.TagClassName
{
border-color: #DC1AA0;
}
</style>