Shades of Medium Violet Red #DC058D
Tints of Medium Violet Red #DC058D
RGB
CMYK
RGB Variations
Color information
#DC058D (or 0xDC058D) is known color: Medium Violet Red. HEX triplet: DC, 05 and 8D. RGB value is (220,5,141). Sum of RGB (Red+Green+Blue) = 220+5+141=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 5 (2.34% from 255 or 1.37% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC058D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC058D is #23FA72. Grayscale: #545454. Windows color (decimal): -2357875 or 9242076. OLE color: 9242076.
HSL color Cylindrical-coordinate representation of color #DC058D: hue angle of 322.05º 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 #DC058D is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 141 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.14 |
| HSL | 322.05º | 0.96% | 0.44% | - |
| HSV(B) | 322.05º | 0.98% | 0.86% | - |
| XYZ | 34.38 | 17.25 | 26.72 | - |
| YUV | 84.79 | 159.73 | 224.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 141 | 0 | 0.98 | 0.36 | 0.14 | 322.05 | 0.96 | 0.44 |
| Hex | DC | 5 | 8D | 0 | 62 | 24 | E | 142 | 60 | 2C |
| Octal | 334 | 5 | 215 | 0 | 142 | 44 | 16 | 502 | 140 | 54 |
| Binary | 11011100 | 101 | 10001101 | 0 | 1100010 | 100100 | 1110 | 101000010 | 1100000 | 101100 |
Color Harmonies of #DC058D
Complementary color
Monochromatic Colors of #DC058D
Black with #DC058D
Text Example
Text Example
White with #DC058D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC058D; }
p { color: rgb(220,5,141); }
H1.HeaderClassName
{
color: #DC058D;
}
.AnyTagClassName
{
color: #DC058D;
}
</style>
background-color css
<style>
a { background-color: #DC058D; }
a { background-color: rgb(220,5,141); }
div.DivClassName
{
background-color: #DC058D;
}
.BgClassName
{
background-color: #DC058D;
}
</style>
border-color css
<style>
span { border-color: #DC058D; }
span { border-color: rgb(220,5,141); }
td.TdClassName
{
border-color: #DC058D;
}
.TagClassName
{
border-color: #DC058D;
}
</style>