Shades of Medium Violet Red #DC0982
Tints of Medium Violet Red #DC0982
RGB
CMYK
RGB Variations
Color information
#DC0982 (or 0xDC0982) is known color: Medium Violet Red. HEX triplet: DC, 09 and 82. RGB value is (220,9,130). Sum of RGB (Red+Green+Blue) = 220+9+130=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 9 (3.91% from 255 or 2.51% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0982 is #23F67D. Grayscale: #555555. Windows color (decimal): -2356862 or 8522204. OLE color: 8522204.
HSL color Cylindrical-coordinate representation of color #DC0982: hue angle of 325.59º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0982 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 130 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.14 |
| HSL | 325.59º | 0.92% | 0.45% | - |
| HSV(B) | 325.59º | 0.96% | 0.86% | - |
| XYZ | 33.64 | 17.02 | 22.63 | - |
| YUV | 85.88 | 152.9 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 130 | 0 | 0.96 | 0.41 | 0.14 | 325.59 | 0.92 | 0.45 |
| Hex | DC | 9 | 82 | 0 | 60 | 29 | E | 146 | 5C | 2D |
| Octal | 334 | 11 | 202 | 0 | 140 | 51 | 16 | 506 | 134 | 55 |
| Binary | 11011100 | 1001 | 10000010 | 0 | 1100000 | 101001 | 1110 | 101000110 | 1011100 | 101101 |
Color Harmonies of #DC0982
Complementary color
Monochromatic Colors of #DC0982
Black with #DC0982
Text Example
Text Example
White with #DC0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0982; }
p { color: rgb(220,9,130); }
H1.HeaderClassName
{
color: #DC0982;
}
.AnyTagClassName
{
color: #DC0982;
}
</style>
background-color css
<style>
a { background-color: #DC0982; }
a { background-color: rgb(220,9,130); }
div.DivClassName
{
background-color: #DC0982;
}
.BgClassName
{
background-color: #DC0982;
}
</style>
border-color css
<style>
span { border-color: #DC0982; }
span { border-color: rgb(220,9,130); }
td.TdClassName
{
border-color: #DC0982;
}
.TagClassName
{
border-color: #DC0982;
}
</style>