Shades of Medium Violet Red #DF077F
Tints of Medium Violet Red #DF077F
RGB
CMYK
RGB Variations
Color information
#DF077F (or 0xDF077F) is known color: Medium Violet Red. HEX triplet: DF, 07 and 7F. RGB value is (223,7,127). Sum of RGB (Red+Green+Blue) = 223+7+127=357 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.46% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 223 - color contains mainly: red. Hex color #DF077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF077F is #20F880. Grayscale: #545454. Windows color (decimal): -2160769 or 8325087. OLE color: 8325087.
HSL color Cylindrical-coordinate representation of color #DF077F: hue angle of 326.67º 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 #DF077F is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 127 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.13 |
| HSL | 326.67º | 0.94% | 0.45% | - |
| HSV(B) | 326.67º | 0.97% | 0.87% | - |
| XYZ | 34.34 | 17.37 | 21.62 | - |
| YUV | 85.26 | 151.56 | 226.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 127 | 0 | 0.97 | 0.43 | 0.13 | 326.67 | 0.94 | 0.45 |
| Hex | DF | 7 | 7F | 0 | 61 | 2B | D | 147 | 5E | 2D |
| Octal | 337 | 7 | 177 | 0 | 141 | 53 | 15 | 507 | 136 | 55 |
| Binary | 11011111 | 111 | 1111111 | 0 | 1100001 | 101011 | 1101 | 101000111 | 1011110 | 101101 |
Color Harmonies of #DF077F
Complementary color
Monochromatic Colors of #DF077F
Black with #DF077F
Text Example
Text Example
White with #DF077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF077F; }
p { color: rgb(223,7,127); }
H1.HeaderClassName
{
color: #DF077F;
}
.AnyTagClassName
{
color: #DF077F;
}
</style>
background-color css
<style>
a { background-color: #DF077F; }
a { background-color: rgb(223,7,127); }
div.DivClassName
{
background-color: #DF077F;
}
.BgClassName
{
background-color: #DF077F;
}
</style>
border-color css
<style>
span { border-color: #DF077F; }
span { border-color: rgb(223,7,127); }
td.TdClassName
{
border-color: #DF077F;
}
.TagClassName
{
border-color: #DF077F;
}
</style>