Shades of Medium Violet Red #DC0582
Tints of Medium Violet Red #DC0582
RGB
CMYK
RGB Variations
Color information
#DC0582 (or 0xDC0582) is known color: Medium Violet Red. HEX triplet: DC, 05 and 82. RGB value is (220,5,130). Sum of RGB (Red+Green+Blue) = 220+5+130=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0582 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0582 is #23FA7D. Grayscale: #535353. Windows color (decimal): -2357886 or 8521180. OLE color: 8521180.
HSL color Cylindrical-coordinate representation of color #DC0582: hue angle of 325.12º 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 #DC0582 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 130 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.14 |
| HSL | 325.12º | 0.96% | 0.44% | - |
| HSV(B) | 325.12º | 0.98% | 0.86% | - |
| XYZ | 33.6 | 16.94 | 22.62 | - |
| YUV | 83.54 | 154.23 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 130 | 0 | 0.98 | 0.41 | 0.14 | 325.12 | 0.96 | 0.44 |
| Hex | DC | 5 | 82 | 0 | 62 | 29 | E | 145 | 60 | 2C |
| Octal | 334 | 5 | 202 | 0 | 142 | 51 | 16 | 505 | 140 | 54 |
| Binary | 11011100 | 101 | 10000010 | 0 | 1100010 | 101001 | 1110 | 101000101 | 1100000 | 101100 |
Color Harmonies of #DC0582
Complementary color
Monochromatic Colors of #DC0582
Black with #DC0582
Text Example
Text Example
White with #DC0582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0582; }
p { color: rgb(220,5,130); }
H1.HeaderClassName
{
color: #DC0582;
}
.AnyTagClassName
{
color: #DC0582;
}
</style>
background-color css
<style>
a { background-color: #DC0582; }
a { background-color: rgb(220,5,130); }
div.DivClassName
{
background-color: #DC0582;
}
.BgClassName
{
background-color: #DC0582;
}
</style>
border-color css
<style>
span { border-color: #DC0582; }
span { border-color: rgb(220,5,130); }
td.TdClassName
{
border-color: #DC0582;
}
.TagClassName
{
border-color: #DC0582;
}
</style>