Shades of Medium Violet Red #DC0782
Tints of Medium Violet Red #DC0782
RGB
CMYK
RGB Variations
Color information
#DC0782 (or 0xDC0782) is known color: Medium Violet Red. HEX triplet: DC, 07 and 82. RGB value is (220,7,130). Sum of RGB (Red+Green+Blue) = 220+7+130=357 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.62% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0782 is #23F87D. Grayscale: #545454. Windows color (decimal): -2357374 or 8521692. OLE color: 8521692.
HSL color Cylindrical-coordinate representation of color #DC0782: hue angle of 325.35º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0782 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 130 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.14 |
| HSL | 325.35º | 0.94% | 0.45% | - |
| HSV(B) | 325.35º | 0.97% | 0.86% | - |
| XYZ | 33.62 | 16.98 | 22.62 | - |
| YUV | 84.71 | 153.57 | 224.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 130 | 0 | 0.97 | 0.41 | 0.14 | 325.35 | 0.94 | 0.45 |
| Hex | DC | 7 | 82 | 0 | 61 | 29 | E | 145 | 5E | 2D |
| Octal | 334 | 7 | 202 | 0 | 141 | 51 | 16 | 505 | 136 | 55 |
| Binary | 11011100 | 111 | 10000010 | 0 | 1100001 | 101001 | 1110 | 101000101 | 1011110 | 101101 |
Color Harmonies of #DC0782
Complementary color
Monochromatic Colors of #DC0782
Black with #DC0782
Text Example
Text Example
White with #DC0782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0782; }
p { color: rgb(220,7,130); }
H1.HeaderClassName
{
color: #DC0782;
}
.AnyTagClassName
{
color: #DC0782;
}
</style>
background-color css
<style>
a { background-color: #DC0782; }
a { background-color: rgb(220,7,130); }
div.DivClassName
{
background-color: #DC0782;
}
.BgClassName
{
background-color: #DC0782;
}
</style>
border-color css
<style>
span { border-color: #DC0782; }
span { border-color: rgb(220,7,130); }
td.TdClassName
{
border-color: #DC0782;
}
.TagClassName
{
border-color: #DC0782;
}
</style>