Shades of Medium Violet Red #DC057E
Tints of Medium Violet Red #DC057E
RGB
CMYK
RGB Variations
Color information
#DC057E (or 0xDC057E) is known color: Medium Violet Red. HEX triplet: DC, 05 and 7E. RGB value is (220,5,126). Sum of RGB (Red+Green+Blue) = 220+5+126=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC057E is #23FA81. Grayscale: #525252. Windows color (decimal): -2357890 or 8259036. OLE color: 8259036.
HSL color Cylindrical-coordinate representation of color #DC057E: hue angle of 326.23º 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 #DC057E is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.14 |
| HSL | 326.23º | 0.96% | 0.44% | - |
| HSV(B) | 326.23º | 0.98% | 0.86% | - |
| XYZ | 33.34 | 16.83 | 21.23 | - |
| YUV | 83.08 | 152.23 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 126 | 0 | 0.98 | 0.43 | 0.14 | 326.23 | 0.96 | 0.44 |
| Hex | DC | 5 | 7E | 0 | 62 | 2B | E | 146 | 60 | 2C |
| Octal | 334 | 5 | 176 | 0 | 142 | 53 | 16 | 506 | 140 | 54 |
| Binary | 11011100 | 101 | 1111110 | 0 | 1100010 | 101011 | 1110 | 101000110 | 1100000 | 101100 |
Color Harmonies of #DC057E
Complementary color
Monochromatic Colors of #DC057E
Black with #DC057E
Text Example
Text Example
White with #DC057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC057E; }
p { color: rgb(220,5,126); }
H1.HeaderClassName
{
color: #DC057E;
}
.AnyTagClassName
{
color: #DC057E;
}
</style>
background-color css
<style>
a { background-color: #DC057E; }
a { background-color: rgb(220,5,126); }
div.DivClassName
{
background-color: #DC057E;
}
.BgClassName
{
background-color: #DC057E;
}
</style>
border-color css
<style>
span { border-color: #DC057E; }
span { border-color: rgb(220,5,126); }
td.TdClassName
{
border-color: #DC057E;
}
.TagClassName
{
border-color: #DC057E;
}
</style>