Shades of Medium Violet Red #DC0979
Tints of Medium Violet Red #DC0979
RGB
CMYK
RGB Variations
Color information
#DC0979 (or 0xDC0979) is known color: Medium Violet Red. HEX triplet: DC, 09 and 79. RGB value is (220,9,121). Sum of RGB (Red+Green+Blue) = 220+9+121=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0979 is #23F686. Grayscale: #545454. Windows color (decimal): -2356871 or 7932380. OLE color: 7932380.
HSL color Cylindrical-coordinate representation of color #DC0979: hue angle of 328.15º 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 #DC0979 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 121 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.14 |
| HSL | 328.15º | 0.92% | 0.45% | - |
| HSV(B) | 328.15º | 0.96% | 0.86% | - |
| XYZ | 33.06 | 16.79 | 19.59 | - |
| YUV | 84.86 | 148.4 | 224.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 121 | 0 | 0.96 | 0.45 | 0.14 | 328.15 | 0.92 | 0.45 |
| Hex | DC | 9 | 79 | 0 | 60 | 2D | E | 148 | 5C | 2D |
| Octal | 334 | 11 | 171 | 0 | 140 | 55 | 16 | 510 | 134 | 55 |
| Binary | 11011100 | 1001 | 1111001 | 0 | 1100000 | 101101 | 1110 | 101001000 | 1011100 | 101101 |
Color Harmonies of #DC0979
Complementary color
Monochromatic Colors of #DC0979
Black with #DC0979
Text Example
Text Example
White with #DC0979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0979; }
p { color: rgb(220,9,121); }
H1.HeaderClassName
{
color: #DC0979;
}
.AnyTagClassName
{
color: #DC0979;
}
</style>
background-color css
<style>
a { background-color: #DC0979; }
a { background-color: rgb(220,9,121); }
div.DivClassName
{
background-color: #DC0979;
}
.BgClassName
{
background-color: #DC0979;
}
</style>
border-color css
<style>
span { border-color: #DC0979; }
span { border-color: rgb(220,9,121); }
td.TdClassName
{
border-color: #DC0979;
}
.TagClassName
{
border-color: #DC0979;
}
</style>