Shades of Medium Violet Red #DF078C
Tints of Medium Violet Red #DF078C
RGB
CMYK
RGB Variations
Color information
#DF078C (or 0xDF078C) is known color: Medium Violet Red. HEX triplet: DF, 07 and 8C. RGB value is (223,7,140). Sum of RGB (Red+Green+Blue) = 223+7+140=370 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.27% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 223 - color contains mainly: red. Hex color #DF078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF078C is #20F873. Grayscale: #565656. Windows color (decimal): -2160756 or 9177055. OLE color: 9177055.
HSL color Cylindrical-coordinate representation of color #DF078C: hue angle of 323.06º 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 #DF078C is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 140 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.13 |
| HSL | 323.06º | 0.94% | 0.45% | - |
| HSV(B) | 323.06º | 0.97% | 0.87% | - |
| XYZ | 35.24 | 17.73 | 26.38 | - |
| YUV | 86.75 | 158.06 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 140 | 0 | 0.97 | 0.37 | 0.13 | 323.06 | 0.94 | 0.45 |
| Hex | DF | 7 | 8C | 0 | 61 | 25 | D | 143 | 5E | 2D |
| Octal | 337 | 7 | 214 | 0 | 141 | 45 | 15 | 503 | 136 | 55 |
| Binary | 11011111 | 111 | 10001100 | 0 | 1100001 | 100101 | 1101 | 101000011 | 1011110 | 101101 |
Color Harmonies of #DF078C
Complementary color
Monochromatic Colors of #DF078C
Black with #DF078C
Text Example
Text Example
White with #DF078C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF078C; }
p { color: rgb(223,7,140); }
H1.HeaderClassName
{
color: #DF078C;
}
.AnyTagClassName
{
color: #DF078C;
}
</style>
background-color css
<style>
a { background-color: #DF078C; }
a { background-color: rgb(223,7,140); }
div.DivClassName
{
background-color: #DF078C;
}
.BgClassName
{
background-color: #DF078C;
}
</style>
border-color css
<style>
span { border-color: #DF078C; }
span { border-color: rgb(223,7,140); }
td.TdClassName
{
border-color: #DF078C;
}
.TagClassName
{
border-color: #DF078C;
}
</style>