Shades of Medium Violet Red #DC0780
Tints of Medium Violet Red #DC0780
RGB
CMYK
RGB Variations
Color information
#DC0780 (or 0xDC0780) is known color: Medium Violet Red. HEX triplet: DC, 07 and 80. RGB value is (220,7,128). Sum of RGB (Red+Green+Blue) = 220+7+128=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 7 (3.12% from 255 or 1.97% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0780 is #23F87F. Grayscale: #545454. Windows color (decimal): -2357376 or 8390620. OLE color: 8390620.
HSL color Cylindrical-coordinate representation of color #DC0780: hue angle of 325.92º 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 #DC0780 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.14 |
| HSL | 325.92º | 0.94% | 0.45% | - |
| HSV(B) | 325.92º | 0.97% | 0.86% | - |
| XYZ | 33.49 | 16.93 | 21.92 | - |
| YUV | 84.48 | 152.57 | 224.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 128 | 0 | 0.97 | 0.42 | 0.14 | 325.92 | 0.94 | 0.45 |
| Hex | DC | 7 | 80 | 0 | 61 | 2A | E | 146 | 5E | 2D |
| Octal | 334 | 7 | 200 | 0 | 141 | 52 | 16 | 506 | 136 | 55 |
| Binary | 11011100 | 111 | 10000000 | 0 | 1100001 | 101010 | 1110 | 101000110 | 1011110 | 101101 |
Color Harmonies of #DC0780
Complementary color
Monochromatic Colors of #DC0780
Black with #DC0780
Text Example
Text Example
White with #DC0780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0780; }
p { color: rgb(220,7,128); }
H1.HeaderClassName
{
color: #DC0780;
}
.AnyTagClassName
{
color: #DC0780;
}
</style>
background-color css
<style>
a { background-color: #DC0780; }
a { background-color: rgb(220,7,128); }
div.DivClassName
{
background-color: #DC0780;
}
.BgClassName
{
background-color: #DC0780;
}
</style>
border-color css
<style>
span { border-color: #DC0780; }
span { border-color: rgb(220,7,128); }
td.TdClassName
{
border-color: #DC0780;
}
.TagClassName
{
border-color: #DC0780;
}
</style>