Shades of Medium Violet Red #DF1986
Tints of Medium Violet Red #DF1986
RGB
CMYK
RGB Variations
Color information
#DF1986 (or 0xDF1986) is known color: Medium Violet Red. HEX triplet: DF, 19 and 86. RGB value is (223,25,134). Sum of RGB (Red+Green+Blue) = 223+25+134=382 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.38% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF1986 is #20E679. Grayscale: #606060. Windows color (decimal): -2156154 or 8788447. OLE color: 8788447.
HSL color Cylindrical-coordinate representation of color #DF1986: hue angle of 326.97º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF1986 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 134 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.13 |
| HSL | 326.97º | 0.8% | 0.49% | - |
| HSV(B) | 326.97º | 0.89% | 0.87% | - |
| XYZ | 35.08 | 18.1 | 24.2 | - |
| YUV | 96.63 | 149.1 | 218.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 134 | 0 | 0.89 | 0.40 | 0.13 | 326.97 | 0.8 | 0.49 |
| Hex | DF | 19 | 86 | 0 | 59 | 28 | D | 147 | 50 | 31 |
| Octal | 337 | 31 | 206 | 0 | 131 | 50 | 15 | 507 | 120 | 61 |
| Binary | 11011111 | 11001 | 10000110 | 0 | 1011001 | 101000 | 1101 | 101000111 | 1010000 | 110001 |
Color Harmonies of #DF1986
Complementary color
Monochromatic Colors of #DF1986
Black with #DF1986
Text Example
Text Example
White with #DF1986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1986; }
p { color: rgb(223,25,134); }
H1.HeaderClassName
{
color: #DF1986;
}
.AnyTagClassName
{
color: #DF1986;
}
</style>
background-color css
<style>
a { background-color: #DF1986; }
a { background-color: rgb(223,25,134); }
div.DivClassName
{
background-color: #DF1986;
}
.BgClassName
{
background-color: #DF1986;
}
</style>
border-color css
<style>
span { border-color: #DF1986; }
span { border-color: rgb(223,25,134); }
td.TdClassName
{
border-color: #DF1986;
}
.TagClassName
{
border-color: #DF1986;
}
</style>