Shades of Medium Violet Red #DF0586
Tints of Medium Violet Red #DF0586
RGB
CMYK
RGB Variations
Color information
#DF0586 (or 0xDF0586) is known color: Medium Violet Red. HEX triplet: DF, 05 and 86. RGB value is (223,5,134). Sum of RGB (Red+Green+Blue) = 223+5+134=362 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.60% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0586 is #20FA79. Grayscale: #545454. Windows color (decimal): -2161274 or 8783327. OLE color: 8783327.
HSL color Cylindrical-coordinate representation of color #DF0586: hue angle of 324.5º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0586 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.13 |
| HSL | 324.5º | 0.96% | 0.45% | - |
| HSV(B) | 324.5º | 0.98% | 0.87% | - |
| XYZ | 34.79 | 17.52 | 24.1 | - |
| YUV | 84.89 | 155.72 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 134 | 0 | 0.98 | 0.40 | 0.13 | 324.5 | 0.96 | 0.45 |
| Hex | DF | 5 | 86 | 0 | 62 | 28 | D | 144 | 60 | 2D |
| Octal | 337 | 5 | 206 | 0 | 142 | 50 | 15 | 504 | 140 | 55 |
| Binary | 11011111 | 101 | 10000110 | 0 | 1100010 | 101000 | 1101 | 101000100 | 1100000 | 101101 |
Color Harmonies of #DF0586
Complementary color
Monochromatic Colors of #DF0586
Black with #DF0586
Text Example
Text Example
White with #DF0586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0586; }
p { color: rgb(223,5,134); }
H1.HeaderClassName
{
color: #DF0586;
}
.AnyTagClassName
{
color: #DF0586;
}
</style>
background-color css
<style>
a { background-color: #DF0586; }
a { background-color: rgb(223,5,134); }
div.DivClassName
{
background-color: #DF0586;
}
.BgClassName
{
background-color: #DF0586;
}
</style>
border-color css
<style>
span { border-color: #DF0586; }
span { border-color: rgb(223,5,134); }
td.TdClassName
{
border-color: #DF0586;
}
.TagClassName
{
border-color: #DF0586;
}
</style>