Shades of Medium Violet Red #DC1990
Tints of Medium Violet Red #DC1990
RGB
CMYK
RGB Variations
Color information
#DC1990 (or 0xDC1990) is known color: Medium Violet Red. HEX triplet: DC, 19 and 90. RGB value is (220,25,144). Sum of RGB (Red+Green+Blue) = 220+25+144=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1990 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1990 is #23E66F. Grayscale: #606060. Windows color (decimal): -2352752 or 9443804. OLE color: 9443804.
HSL color Cylindrical-coordinate representation of color #DC1990: hue angle of 323.38º 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 #DC1990 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 144 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.14 |
| HSL | 323.38º | 0.8% | 0.48% | - |
| HSV(B) | 323.38º | 0.89% | 0.86% | - |
| XYZ | 34.9 | 17.92 | 28.01 | - |
| YUV | 96.87 | 154.6 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 144 | 0 | 0.89 | 0.35 | 0.14 | 323.38 | 0.8 | 0.48 |
| Hex | DC | 19 | 90 | 0 | 59 | 23 | E | 143 | 50 | 30 |
| Octal | 334 | 31 | 220 | 0 | 131 | 43 | 16 | 503 | 120 | 60 |
| Binary | 11011100 | 11001 | 10010000 | 0 | 1011001 | 100011 | 1110 | 101000011 | 1010000 | 110000 |
Color Harmonies of #DC1990
Complementary color
Monochromatic Colors of #DC1990
Black with #DC1990
Text Example
Text Example
White with #DC1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1990; }
p { color: rgb(220,25,144); }
H1.HeaderClassName
{
color: #DC1990;
}
.AnyTagClassName
{
color: #DC1990;
}
</style>
background-color css
<style>
a { background-color: #DC1990; }
a { background-color: rgb(220,25,144); }
div.DivClassName
{
background-color: #DC1990;
}
.BgClassName
{
background-color: #DC1990;
}
</style>
border-color css
<style>
span { border-color: #DC1990; }
span { border-color: rgb(220,25,144); }
td.TdClassName
{
border-color: #DC1990;
}
.TagClassName
{
border-color: #DC1990;
}
</style>