Shades of Medium Violet Red #DC1981
Tints of Medium Violet Red #DC1981
RGB
CMYK
RGB Variations
Color information
#DC1981 (or 0xDC1981) is known color: Medium Violet Red. HEX triplet: DC, 19 and 81. RGB value is (220,25,129). Sum of RGB (Red+Green+Blue) = 220+25+129=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 25 (10.16% from 255 or 6.68% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1981 is #23E67E. Grayscale: #5E5E5E. Windows color (decimal): -2352767 or 8460764. OLE color: 8460764.
HSL color Cylindrical-coordinate representation of color #DC1981: hue angle of 328º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1981 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 129 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.14 |
| HSL | 328º | 0.8% | 0.48% | - |
| HSV(B) | 328º | 0.89% | 0.86% | - |
| XYZ | 33.83 | 17.5 | 22.36 | - |
| YUV | 95.16 | 147.1 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 129 | 0 | 0.89 | 0.41 | 0.14 | 328 | 0.8 | 0.48 |
| Hex | DC | 19 | 81 | 0 | 59 | 29 | E | 148 | 50 | 30 |
| Octal | 334 | 31 | 201 | 0 | 131 | 51 | 16 | 510 | 120 | 60 |
| Binary | 11011100 | 11001 | 10000001 | 0 | 1011001 | 101001 | 1110 | 101001000 | 1010000 | 110000 |
Color Harmonies of #DC1981
Complementary color
Monochromatic Colors of #DC1981
Black with #DC1981
Text Example
Text Example
White with #DC1981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1981; }
p { color: rgb(220,25,129); }
H1.HeaderClassName
{
color: #DC1981;
}
.AnyTagClassName
{
color: #DC1981;
}
</style>
background-color css
<style>
a { background-color: #DC1981; }
a { background-color: rgb(220,25,129); }
div.DivClassName
{
background-color: #DC1981;
}
.BgClassName
{
background-color: #DC1981;
}
</style>
border-color css
<style>
span { border-color: #DC1981; }
span { border-color: rgb(220,25,129); }
td.TdClassName
{
border-color: #DC1981;
}
.TagClassName
{
border-color: #DC1981;
}
</style>