Shades of Medium Violet Red #DC0789
Tints of Medium Violet Red #DC0789
RGB
CMYK
RGB Variations
Color information
#DC0789 (or 0xDC0789) is known color: Medium Violet Red. HEX triplet: DC, 07 and 89. RGB value is (220,7,137). Sum of RGB (Red+Green+Blue) = 220+7+137=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0789 is #23F876. Grayscale: #555555. Windows color (decimal): -2357367 or 8980444. OLE color: 8980444.
HSL color Cylindrical-coordinate representation of color #DC0789: hue angle of 323.38º 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 #DC0789 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.14 |
| HSL | 323.38º | 0.94% | 0.45% | - |
| HSV(B) | 323.38º | 0.97% | 0.86% | - |
| XYZ | 34.11 | 17.17 | 25.18 | - |
| YUV | 85.51 | 157.07 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 137 | 0 | 0.97 | 0.38 | 0.14 | 323.38 | 0.94 | 0.45 |
| Hex | DC | 7 | 89 | 0 | 61 | 26 | E | 143 | 5E | 2D |
| Octal | 334 | 7 | 211 | 0 | 141 | 46 | 16 | 503 | 136 | 55 |
| Binary | 11011100 | 111 | 10001001 | 0 | 1100001 | 100110 | 1110 | 101000011 | 1011110 | 101101 |
Color Harmonies of #DC0789
Complementary color
Monochromatic Colors of #DC0789
Black with #DC0789
Text Example
Text Example
White with #DC0789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0789; }
p { color: rgb(220,7,137); }
H1.HeaderClassName
{
color: #DC0789;
}
.AnyTagClassName
{
color: #DC0789;
}
</style>
background-color css
<style>
a { background-color: #DC0789; }
a { background-color: rgb(220,7,137); }
div.DivClassName
{
background-color: #DC0789;
}
.BgClassName
{
background-color: #DC0789;
}
</style>
border-color css
<style>
span { border-color: #DC0789; }
span { border-color: rgb(220,7,137); }
td.TdClassName
{
border-color: #DC0789;
}
.TagClassName
{
border-color: #DC0789;
}
</style>