Shades of Medium Violet Red #DF0588
Tints of Medium Violet Red #DF0588
RGB
CMYK
RGB Variations
Color information
#DF0588 (or 0xDF0588) is known color: Medium Violet Red. HEX triplet: DF, 05 and 88. RGB value is (223,5,136). Sum of RGB (Red+Green+Blue) = 223+5+136=364 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.26% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0588 is #20FA77. Grayscale: #545454. Windows color (decimal): -2161272 or 8914399. OLE color: 8914399.
HSL color Cylindrical-coordinate representation of color #DF0588: hue angle of 323.94º 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 #DF0588 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 136 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.13 |
| HSL | 323.94º | 0.96% | 0.45% | - |
| HSV(B) | 323.94º | 0.98% | 0.87% | - |
| XYZ | 34.93 | 17.57 | 24.84 | - |
| YUV | 85.12 | 156.72 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 136 | 0 | 0.98 | 0.39 | 0.13 | 323.94 | 0.96 | 0.45 |
| Hex | DF | 5 | 88 | 0 | 62 | 27 | D | 144 | 60 | 2D |
| Octal | 337 | 5 | 210 | 0 | 142 | 47 | 15 | 504 | 140 | 55 |
| Binary | 11011111 | 101 | 10001000 | 0 | 1100010 | 100111 | 1101 | 101000100 | 1100000 | 101101 |
Color Harmonies of #DF0588
Complementary color
Monochromatic Colors of #DF0588
Black with #DF0588
Text Example
Text Example
White with #DF0588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0588; }
p { color: rgb(223,5,136); }
H1.HeaderClassName
{
color: #DF0588;
}
.AnyTagClassName
{
color: #DF0588;
}
</style>
background-color css
<style>
a { background-color: #DF0588; }
a { background-color: rgb(223,5,136); }
div.DivClassName
{
background-color: #DF0588;
}
.BgClassName
{
background-color: #DF0588;
}
</style>
border-color css
<style>
span { border-color: #DF0588; }
span { border-color: rgb(223,5,136); }
td.TdClassName
{
border-color: #DF0588;
}
.TagClassName
{
border-color: #DF0588;
}
</style>