Shades of Medium Violet Red #DC0E82
Tints of Medium Violet Red #DC0E82
RGB
CMYK
RGB Variations
Color information
#DC0E82 (or 0xDC0E82) is known color: Medium Violet Red. HEX triplet: DC, 0E and 82. RGB value is (220,14,130). Sum of RGB (Red+Green+Blue) = 220+14+130=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E82 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0E82 is #23F17D. Grayscale: #585858. Windows color (decimal): -2355582 or 8523484. OLE color: 8523484.
HSL color Cylindrical-coordinate representation of color #DC0E82: hue angle of 326.21º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E82 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 130 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.14 |
| HSL | 326.21º | 0.88% | 0.46% | - |
| HSV(B) | 326.21º | 0.94% | 0.86% | - |
| XYZ | 33.7 | 17.14 | 22.65 | - |
| YUV | 88.82 | 151.25 | 221.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 130 | 0 | 0.94 | 0.41 | 0.14 | 326.21 | 0.88 | 0.46 |
| Hex | DC | E | 82 | 0 | 5E | 29 | E | 146 | 58 | 2E |
| Octal | 334 | 16 | 202 | 0 | 136 | 51 | 16 | 506 | 130 | 56 |
| Binary | 11011100 | 1110 | 10000010 | 0 | 1011110 | 101001 | 1110 | 101000110 | 1011000 | 101110 |
Color Harmonies of #DC0E82
Complementary color
Monochromatic Colors of #DC0E82
Black with #DC0E82
Text Example
Text Example
White with #DC0E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E82; }
p { color: rgb(220,14,130); }
H1.HeaderClassName
{
color: #DC0E82;
}
.AnyTagClassName
{
color: #DC0E82;
}
</style>
background-color css
<style>
a { background-color: #DC0E82; }
a { background-color: rgb(220,14,130); }
div.DivClassName
{
background-color: #DC0E82;
}
.BgClassName
{
background-color: #DC0E82;
}
</style>
border-color css
<style>
span { border-color: #DC0E82; }
span { border-color: rgb(220,14,130); }
td.TdClassName
{
border-color: #DC0E82;
}
.TagClassName
{
border-color: #DC0E82;
}
</style>