Shades of Medium Violet Red #DF057E
Tints of Medium Violet Red #DF057E
RGB
CMYK
RGB Variations
Color information
#DF057E (or 0xDF057E) is known color: Medium Violet Red. HEX triplet: DF, 05 and 7E. RGB value is (223,5,126). Sum of RGB (Red+Green+Blue) = 223+5+126=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 5 (2.34% from 255 or 1.41% from 354); Blue value is 126 (49.61% from 255 or 35.59% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF057E is #20FA81. Grayscale: #535353. Windows color (decimal): -2161282 or 8259039. OLE color: 8259039.
HSL color Cylindrical-coordinate representation of color #DF057E: hue angle of 326.7º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF057E is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 126 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.13 |
| HSL | 326.7º | 0.96% | 0.45% | - |
| HSV(B) | 326.7º | 0.98% | 0.87% | - |
| XYZ | 34.25 | 17.3 | 21.27 | - |
| YUV | 83.98 | 151.72 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 126 | 0 | 0.98 | 0.43 | 0.13 | 326.7 | 0.96 | 0.45 |
| Hex | DF | 5 | 7E | 0 | 62 | 2B | D | 147 | 60 | 2D |
| Octal | 337 | 5 | 176 | 0 | 142 | 53 | 15 | 507 | 140 | 55 |
| Binary | 11011111 | 101 | 1111110 | 0 | 1100010 | 101011 | 1101 | 101000111 | 1100000 | 101101 |
Color Harmonies of #DF057E
Complementary color
Monochromatic Colors of #DF057E
Black with #DF057E
Text Example
Text Example
White with #DF057E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF057E; }
p { color: rgb(223,5,126); }
H1.HeaderClassName
{
color: #DF057E;
}
.AnyTagClassName
{
color: #DF057E;
}
</style>
background-color css
<style>
a { background-color: #DF057E; }
a { background-color: rgb(223,5,126); }
div.DivClassName
{
background-color: #DF057E;
}
.BgClassName
{
background-color: #DF057E;
}
</style>
border-color css
<style>
span { border-color: #DF057E; }
span { border-color: rgb(223,5,126); }
td.TdClassName
{
border-color: #DF057E;
}
.TagClassName
{
border-color: #DF057E;
}
</style>