Shades of Medium Violet Red #DC057A
Tints of Medium Violet Red #DC057A
RGB
CMYK
RGB Variations
Color information
#DC057A (or 0xDC057A) is known color: Medium Violet Red. HEX triplet: DC, 05 and 7A. RGB value is (220,5,122). Sum of RGB (Red+Green+Blue) = 220+5+122=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 5 (2.34% from 255 or 1.44% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC057A is #23FA85. Grayscale: #525252. Windows color (decimal): -2357894 or 7996892. OLE color: 7996892.
HSL color Cylindrical-coordinate representation of color #DC057A: hue angle of 327.35º 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 #DC057A is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 122 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.14 |
| HSL | 327.35º | 0.96% | 0.44% | - |
| HSV(B) | 327.35º | 0.98% | 0.86% | - |
| XYZ | 33.08 | 16.73 | 19.9 | - |
| YUV | 82.62 | 150.23 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 122 | 0 | 0.98 | 0.45 | 0.14 | 327.35 | 0.96 | 0.44 |
| Hex | DC | 5 | 7A | 0 | 62 | 2D | E | 147 | 60 | 2C |
| Octal | 334 | 5 | 172 | 0 | 142 | 55 | 16 | 507 | 140 | 54 |
| Binary | 11011100 | 101 | 1111010 | 0 | 1100010 | 101101 | 1110 | 101000111 | 1100000 | 101100 |
Color Harmonies of #DC057A
Complementary color
Monochromatic Colors of #DC057A
Black with #DC057A
Text Example
Text Example
White with #DC057A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC057A; }
p { color: rgb(220,5,122); }
H1.HeaderClassName
{
color: #DC057A;
}
.AnyTagClassName
{
color: #DC057A;
}
</style>
background-color css
<style>
a { background-color: #DC057A; }
a { background-color: rgb(220,5,122); }
div.DivClassName
{
background-color: #DC057A;
}
.BgClassName
{
background-color: #DC057A;
}
</style>
border-color css
<style>
span { border-color: #DC057A; }
span { border-color: rgb(220,5,122); }
td.TdClassName
{
border-color: #DC057A;
}
.TagClassName
{
border-color: #DC057A;
}
</style>