Shades of Medium Violet Red #DF0686
Tints of Medium Violet Red #DF0686
RGB
CMYK
RGB Variations
Color information
#DF0686 (or 0xDF0686) is known color: Medium Violet Red. HEX triplet: DF, 06 and 86. RGB value is (223,6,134). Sum of RGB (Red+Green+Blue) = 223+6+134=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 6 (2.73% from 255 or 1.65% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0686 is #20F979. Grayscale: #555555. Windows color (decimal): -2161018 or 8783583. OLE color: 8783583.
HSL color Cylindrical-coordinate representation of color #DF0686: hue angle of 324.61º degrees, saturation: 0.95, 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 #DF0686 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 134 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.13 |
| HSL | 324.61º | 0.95% | 0.45% | - |
| HSV(B) | 324.61º | 0.97% | 0.87% | - |
| XYZ | 34.8 | 17.54 | 24.11 | - |
| YUV | 85.48 | 155.39 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 134 | 0 | 0.97 | 0.40 | 0.13 | 324.61 | 0.95 | 0.45 |
| Hex | DF | 6 | 86 | 0 | 61 | 28 | D | 145 | 5F | 2D |
| Octal | 337 | 6 | 206 | 0 | 141 | 50 | 15 | 505 | 137 | 55 |
| Binary | 11011111 | 110 | 10000110 | 0 | 1100001 | 101000 | 1101 | 101000101 | 1011111 | 101101 |
Color Harmonies of #DF0686
Complementary color
Monochromatic Colors of #DF0686
Black with #DF0686
Text Example
Text Example
White with #DF0686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0686; }
p { color: rgb(223,6,134); }
H1.HeaderClassName
{
color: #DF0686;
}
.AnyTagClassName
{
color: #DF0686;
}
</style>
background-color css
<style>
a { background-color: #DF0686; }
a { background-color: rgb(223,6,134); }
div.DivClassName
{
background-color: #DF0686;
}
.BgClassName
{
background-color: #DF0686;
}
</style>
border-color css
<style>
span { border-color: #DF0686; }
span { border-color: rgb(223,6,134); }
td.TdClassName
{
border-color: #DF0686;
}
.TagClassName
{
border-color: #DF0686;
}
</style>