Shades of Medium Violet Red #DF077E
Tints of Medium Violet Red #DF077E
RGB
CMYK
RGB Variations
Color information
#DF077E (or 0xDF077E) is known color: Medium Violet Red. HEX triplet: DF, 07 and 7E. RGB value is (223,7,126). Sum of RGB (Red+Green+Blue) = 223+7+126=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF077E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF077E is #20F881. Grayscale: #545454. Windows color (decimal): -2160770 or 8259551. OLE color: 8259551.
HSL color Cylindrical-coordinate representation of color #DF077E: hue angle of 326.94º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF077E is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 126 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.13 |
| HSL | 326.94º | 0.94% | 0.45% | - |
| HSV(B) | 326.94º | 0.97% | 0.87% | - |
| XYZ | 34.27 | 17.35 | 21.28 | - |
| YUV | 85.15 | 151.06 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 126 | 0 | 0.97 | 0.43 | 0.13 | 326.94 | 0.94 | 0.45 |
| Hex | DF | 7 | 7E | 0 | 61 | 2B | D | 147 | 5E | 2D |
| Octal | 337 | 7 | 176 | 0 | 141 | 53 | 15 | 507 | 136 | 55 |
| Binary | 11011111 | 111 | 1111110 | 0 | 1100001 | 101011 | 1101 | 101000111 | 1011110 | 101101 |
Color Harmonies of #DF077E
Complementary color
Monochromatic Colors of #DF077E
Black with #DF077E
Text Example
Text Example
White with #DF077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF077E; }
p { color: rgb(223,7,126); }
H1.HeaderClassName
{
color: #DF077E;
}
.AnyTagClassName
{
color: #DF077E;
}
</style>
background-color css
<style>
a { background-color: #DF077E; }
a { background-color: rgb(223,7,126); }
div.DivClassName
{
background-color: #DF077E;
}
.BgClassName
{
background-color: #DF077E;
}
</style>
border-color css
<style>
span { border-color: #DF077E; }
span { border-color: rgb(223,7,126); }
td.TdClassName
{
border-color: #DF077E;
}
.TagClassName
{
border-color: #DF077E;
}
</style>