Shades of Medium Violet Red #DC0082
Tints of Medium Violet Red #DC0082
RGB
CMYK
RGB Variations
Color information
#DC0082 (or 0xDC0082) is known color: Medium Violet Red. HEX triplet: DC, 00 and 82. RGB value is (220,0,130). Sum of RGB (Red+Green+Blue) = 220+0+130=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0082 is #23FF7D. Grayscale: #505050. Windows color (decimal): -2359166 or 8519900. OLE color: 8519900.
HSL color Cylindrical-coordinate representation of color #DC0082: hue angle of 324.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0082 is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.41 | 0.14 |
| HSL | 324.55º | 1% | 0.43% | - |
| HSV(B) | 324.55º | 1% | 0.86% | - |
| XYZ | 33.54 | 16.83 | 22.6 | - |
| YUV | 80.6 | 155.89 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 130 | 0 | 1 | 0.41 | 0.14 | 324.55 | 1 | 0.43 |
| Hex | DC | 0 | 82 | 0 | 64 | 29 | E | 145 | 64 | 2B |
| Octal | 334 | 0 | 202 | 0 | 144 | 51 | 16 | 505 | 144 | 53 |
| Binary | 11011100 | 0 | 10000010 | 0 | 1100100 | 101001 | 1110 | 101000101 | 1100100 | 101011 |
Color Harmonies of #DC0082
Complementary color
Monochromatic Colors of #DC0082
Black with #DC0082
Text Example
Text Example
White with #DC0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0082; }
p { color: rgb(220,0,130); }
H1.HeaderClassName
{
color: #DC0082;
}
.AnyTagClassName
{
color: #DC0082;
}
</style>
background-color css
<style>
a { background-color: #DC0082; }
a { background-color: rgb(220,0,130); }
div.DivClassName
{
background-color: #DC0082;
}
.BgClassName
{
background-color: #DC0082;
}
</style>
border-color css
<style>
span { border-color: #DC0082; }
span { border-color: rgb(220,0,130); }
td.TdClassName
{
border-color: #DC0082;
}
.TagClassName
{
border-color: #DC0082;
}
</style>