Shades of Medium Violet Red #DF0585
Tints of Medium Violet Red #DF0585
RGB
CMYK
RGB Variations
Color information
#DF0585 (or 0xDF0585) is known color: Medium Violet Red. HEX triplet: DF, 05 and 85. RGB value is (223,5,133). Sum of RGB (Red+Green+Blue) = 223+5+133=361 (47% of max value = 765). Red value is 223 (87.5% from 255 or 61.77% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0585 is #20FA7A. Grayscale: #545454. Windows color (decimal): -2161275 or 8717791. OLE color: 8717791.
HSL color Cylindrical-coordinate representation of color #DF0585: hue angle of 324.77º 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 #DF0585 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 133 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.13 |
| HSL | 324.77º | 0.96% | 0.45% | - |
| HSV(B) | 324.77º | 0.98% | 0.87% | - |
| XYZ | 34.72 | 17.49 | 23.74 | - |
| YUV | 84.77 | 155.22 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 133 | 0 | 0.98 | 0.40 | 0.13 | 324.77 | 0.96 | 0.45 |
| Hex | DF | 5 | 85 | 0 | 62 | 28 | D | 145 | 60 | 2D |
| Octal | 337 | 5 | 205 | 0 | 142 | 50 | 15 | 505 | 140 | 55 |
| Binary | 11011111 | 101 | 10000101 | 0 | 1100010 | 101000 | 1101 | 101000101 | 1100000 | 101101 |
Color Harmonies of #DF0585
Complementary color
Monochromatic Colors of #DF0585
Black with #DF0585
Text Example
Text Example
White with #DF0585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0585; }
p { color: rgb(223,5,133); }
H1.HeaderClassName
{
color: #DF0585;
}
.AnyTagClassName
{
color: #DF0585;
}
</style>
background-color css
<style>
a { background-color: #DF0585; }
a { background-color: rgb(223,5,133); }
div.DivClassName
{
background-color: #DF0585;
}
.BgClassName
{
background-color: #DF0585;
}
</style>
border-color css
<style>
span { border-color: #DF0585; }
span { border-color: rgb(223,5,133); }
td.TdClassName
{
border-color: #DF0585;
}
.TagClassName
{
border-color: #DF0585;
}
</style>