Shades of Medium Violet Red #DC0590
Tints of Medium Violet Red #DC0590
RGB
CMYK
RGB Variations
Color information
#DC0590 (or 0xDC0590) is known color: Medium Violet Red. HEX triplet: DC, 05 and 90. RGB value is (220,5,144). Sum of RGB (Red+Green+Blue) = 220+5+144=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0590 is #23FA6F. Grayscale: #545454. Windows color (decimal): -2357872 or 9438684. OLE color: 9438684.
HSL color Cylindrical-coordinate representation of color #DC0590: hue angle of 321.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0590 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 144 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.14 |
| HSL | 321.21º | 0.96% | 0.44% | - |
| HSV(B) | 321.21º | 0.98% | 0.86% | - |
| XYZ | 34.6 | 17.34 | 27.91 | - |
| YUV | 85.13 | 161.23 | 224.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 144 | 0 | 0.98 | 0.35 | 0.14 | 321.21 | 0.96 | 0.44 |
| Hex | DC | 5 | 90 | 0 | 62 | 23 | E | 141 | 60 | 2C |
| Octal | 334 | 5 | 220 | 0 | 142 | 43 | 16 | 501 | 140 | 54 |
| Binary | 11011100 | 101 | 10010000 | 0 | 1100010 | 100011 | 1110 | 101000001 | 1100000 | 101100 |
Color Harmonies of #DC0590
Complementary color
Monochromatic Colors of #DC0590
Black with #DC0590
Text Example
Text Example
White with #DC0590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0590; }
p { color: rgb(220,5,144); }
H1.HeaderClassName
{
color: #DC0590;
}
.AnyTagClassName
{
color: #DC0590;
}
</style>
background-color css
<style>
a { background-color: #DC0590; }
a { background-color: rgb(220,5,144); }
div.DivClassName
{
background-color: #DC0590;
}
.BgClassName
{
background-color: #DC0590;
}
</style>
border-color css
<style>
span { border-color: #DC0590; }
span { border-color: rgb(220,5,144); }
td.TdClassName
{
border-color: #DC0590;
}
.TagClassName
{
border-color: #DC0590;
}
</style>