Shades of Medium Violet Red #DF078B
Tints of Medium Violet Red #DF078B
RGB
CMYK
RGB Variations
Color information
#DF078B (or 0xDF078B) is known color: Medium Violet Red. HEX triplet: DF, 07 and 8B. RGB value is (223,7,139). Sum of RGB (Red+Green+Blue) = 223+7+139=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 7 (3.12% from 255 or 1.90% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF078B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF078B is #20F874. Grayscale: #565656. Windows color (decimal): -2160757 or 9111519. OLE color: 9111519.
HSL color Cylindrical-coordinate representation of color #DF078B: hue angle of 323.33º 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 #DF078B is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 139 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.13 |
| HSL | 323.33º | 0.94% | 0.45% | - |
| HSV(B) | 323.33º | 0.97% | 0.87% | - |
| XYZ | 35.17 | 17.7 | 25.99 | - |
| YUV | 86.63 | 157.56 | 225.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 139 | 0 | 0.97 | 0.38 | 0.13 | 323.33 | 0.94 | 0.45 |
| Hex | DF | 7 | 8B | 0 | 61 | 26 | D | 143 | 5E | 2D |
| Octal | 337 | 7 | 213 | 0 | 141 | 46 | 15 | 503 | 136 | 55 |
| Binary | 11011111 | 111 | 10001011 | 0 | 1100001 | 100110 | 1101 | 101000011 | 1011110 | 101101 |
Color Harmonies of #DF078B
Complementary color
Monochromatic Colors of #DF078B
Black with #DF078B
Text Example
Text Example
White with #DF078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF078B; }
p { color: rgb(223,7,139); }
H1.HeaderClassName
{
color: #DF078B;
}
.AnyTagClassName
{
color: #DF078B;
}
</style>
background-color css
<style>
a { background-color: #DF078B; }
a { background-color: rgb(223,7,139); }
div.DivClassName
{
background-color: #DF078B;
}
.BgClassName
{
background-color: #DF078B;
}
</style>
border-color css
<style>
span { border-color: #DF078B; }
span { border-color: rgb(223,7,139); }
td.TdClassName
{
border-color: #DF078B;
}
.TagClassName
{
border-color: #DF078B;
}
</style>