Shades of Medium Violet Red #DF047E
Tints of Medium Violet Red #DF047E
RGB
CMYK
RGB Variations
Color information
#DF047E (or 0xDF047E) is known color: Medium Violet Red. HEX triplet: DF, 04 and 7E. RGB value is (223,4,126). Sum of RGB (Red+Green+Blue) = 223+4+126=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF047E is #20FB81. Grayscale: #535353. Windows color (decimal): -2161538 or 8258783. OLE color: 8258783.
HSL color Cylindrical-coordinate representation of color #DF047E: hue angle of 326.58º 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 #DF047E is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 126 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.13 |
| HSL | 326.58º | 0.96% | 0.45% | - |
| HSV(B) | 326.58º | 0.98% | 0.87% | - |
| XYZ | 34.24 | 17.28 | 21.27 | - |
| YUV | 83.39 | 152.05 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 126 | 0 | 0.98 | 0.43 | 0.13 | 326.58 | 0.96 | 0.45 |
| Hex | DF | 4 | 7E | 0 | 62 | 2B | D | 147 | 60 | 2D |
| Octal | 337 | 4 | 176 | 0 | 142 | 53 | 15 | 507 | 140 | 55 |
| Binary | 11011111 | 100 | 1111110 | 0 | 1100010 | 101011 | 1101 | 101000111 | 1100000 | 101101 |
Color Harmonies of #DF047E
Complementary color
Monochromatic Colors of #DF047E
Black with #DF047E
Text Example
Text Example
White with #DF047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF047E; }
p { color: rgb(223,4,126); }
H1.HeaderClassName
{
color: #DF047E;
}
.AnyTagClassName
{
color: #DF047E;
}
</style>
background-color css
<style>
a { background-color: #DF047E; }
a { background-color: rgb(223,4,126); }
div.DivClassName
{
background-color: #DF047E;
}
.BgClassName
{
background-color: #DF047E;
}
</style>
border-color css
<style>
span { border-color: #DF047E; }
span { border-color: rgb(223,4,126); }
td.TdClassName
{
border-color: #DF047E;
}
.TagClassName
{
border-color: #DF047E;
}
</style>