Shades of Medium Violet Red #DC1082
Tints of Medium Violet Red #DC1082
RGB
CMYK
RGB Variations
Color information
#DC1082 (or 0xDC1082) is known color: Medium Violet Red. HEX triplet: DC, 10 and 82. RGB value is (220,16,130). Sum of RGB (Red+Green+Blue) = 220+16+130=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1082 is #23EF7D. Grayscale: #595959. Windows color (decimal): -2355070 or 8523996. OLE color: 8523996.
HSL color Cylindrical-coordinate representation of color #DC1082: hue angle of 326.47º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1082 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 16 | 130 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.14 |
| HSL | 326.47º | 0.86% | 0.46% | - |
| HSV(B) | 326.47º | 0.93% | 0.86% | - |
| XYZ | 33.73 | 17.2 | 22.66 | - |
| YUV | 89.99 | 150.59 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 16 | 130 | 0 | 0.93 | 0.41 | 0.14 | 326.47 | 0.86 | 0.46 |
| Hex | DC | 10 | 82 | 0 | 5D | 29 | E | 146 | 56 | 2E |
| Octal | 334 | 20 | 202 | 0 | 135 | 51 | 16 | 506 | 126 | 56 |
| Binary | 11011100 | 10000 | 10000010 | 0 | 1011101 | 101001 | 1110 | 101000110 | 1010110 | 101110 |
Color Harmonies of #DC1082
Complementary color
Monochromatic Colors of #DC1082
Black with #DC1082
Text Example
Text Example
White with #DC1082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1082; }
p { color: rgb(220,16,130); }
H1.HeaderClassName
{
color: #DC1082;
}
.AnyTagClassName
{
color: #DC1082;
}
</style>
background-color css
<style>
a { background-color: #DC1082; }
a { background-color: rgb(220,16,130); }
div.DivClassName
{
background-color: #DC1082;
}
.BgClassName
{
background-color: #DC1082;
}
</style>
border-color css
<style>
span { border-color: #DC1082; }
span { border-color: rgb(220,16,130); }
td.TdClassName
{
border-color: #DC1082;
}
.TagClassName
{
border-color: #DC1082;
}
</style>