Shades of Medium Violet Red #DC0585
Tints of Medium Violet Red #DC0585
RGB
CMYK
RGB Variations
Color information
#DC0585 (or 0xDC0585) is known color: Medium Violet Red. HEX triplet: DC, 05 and 85. RGB value is (220,5,133). Sum of RGB (Red+Green+Blue) = 220+5+133=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 5 (2.34% from 255 or 1.40% from 358); Blue value is 133 (52.34% from 255 or 37.15% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0585 is #23FA7A. Grayscale: #535353. Windows color (decimal): -2357883 or 8717788. OLE color: 8717788.
HSL color Cylindrical-coordinate representation of color #DC0585: hue angle of 324.28º 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 #DC0585 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 133 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.14 |
| HSL | 324.28º | 0.96% | 0.44% | - |
| HSV(B) | 324.28º | 0.98% | 0.86% | - |
| XYZ | 33.8 | 17.02 | 23.69 | - |
| YUV | 83.88 | 155.73 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 133 | 0 | 0.98 | 0.40 | 0.14 | 324.28 | 0.96 | 0.44 |
| Hex | DC | 5 | 85 | 0 | 62 | 28 | E | 144 | 60 | 2C |
| Octal | 334 | 5 | 205 | 0 | 142 | 50 | 16 | 504 | 140 | 54 |
| Binary | 11011100 | 101 | 10000101 | 0 | 1100010 | 101000 | 1110 | 101000100 | 1100000 | 101100 |
Color Harmonies of #DC0585
Complementary color
Monochromatic Colors of #DC0585
Black with #DC0585
Text Example
Text Example
White with #DC0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0585; }
p { color: rgb(220,5,133); }
H1.HeaderClassName
{
color: #DC0585;
}
.AnyTagClassName
{
color: #DC0585;
}
</style>
background-color css
<style>
a { background-color: #DC0585; }
a { background-color: rgb(220,5,133); }
div.DivClassName
{
background-color: #DC0585;
}
.BgClassName
{
background-color: #DC0585;
}
</style>
border-color css
<style>
span { border-color: #DC0585; }
span { border-color: rgb(220,5,133); }
td.TdClassName
{
border-color: #DC0585;
}
.TagClassName
{
border-color: #DC0585;
}
</style>