Shades of Medium Violet Red #DC0589
Tints of Medium Violet Red #DC0589
RGB
CMYK
RGB Variations
Color information
#DC0589 (or 0xDC0589) is known color: Medium Violet Red. HEX triplet: DC, 05 and 89. RGB value is (220,5,137). Sum of RGB (Red+Green+Blue) = 220+5+137=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0589 is #23FA76. Grayscale: #545454. Windows color (decimal): -2357879 or 8979932. OLE color: 8979932.
HSL color Cylindrical-coordinate representation of color #DC0589: hue angle of 323.16º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0589 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 137 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.14 |
| HSL | 323.16º | 0.96% | 0.44% | - |
| HSV(B) | 323.16º | 0.98% | 0.86% | - |
| XYZ | 34.08 | 17.13 | 25.18 | - |
| YUV | 84.33 | 157.73 | 224.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 137 | 0 | 0.98 | 0.38 | 0.14 | 323.16 | 0.96 | 0.44 |
| Hex | DC | 5 | 89 | 0 | 62 | 26 | E | 143 | 60 | 2C |
| Octal | 334 | 5 | 211 | 0 | 142 | 46 | 16 | 503 | 140 | 54 |
| Binary | 11011100 | 101 | 10001001 | 0 | 1100010 | 100110 | 1110 | 101000011 | 1100000 | 101100 |
Color Harmonies of #DC0589
Complementary color
Monochromatic Colors of #DC0589
Black with #DC0589
Text Example
Text Example
White with #DC0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0589; }
p { color: rgb(220,5,137); }
H1.HeaderClassName
{
color: #DC0589;
}
.AnyTagClassName
{
color: #DC0589;
}
</style>
background-color css
<style>
a { background-color: #DC0589; }
a { background-color: rgb(220,5,137); }
div.DivClassName
{
background-color: #DC0589;
}
.BgClassName
{
background-color: #DC0589;
}
</style>
border-color css
<style>
span { border-color: #DC0589; }
span { border-color: rgb(220,5,137); }
td.TdClassName
{
border-color: #DC0589;
}
.TagClassName
{
border-color: #DC0589;
}
</style>