Shades of Medium Violet Red #DF0580
Tints of Medium Violet Red #DF0580
RGB
CMYK
RGB Variations
Color information
#DF0580 (or 0xDF0580) is known color: Medium Violet Red. HEX triplet: DF, 05 and 80. RGB value is (223,5,128). Sum of RGB (Red+Green+Blue) = 223+5+128=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0580 is #20FA7F. Grayscale: #535353. Windows color (decimal): -2161280 or 8390111. OLE color: 8390111.
HSL color Cylindrical-coordinate representation of color #DF0580: hue angle of 326.15º 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 #DF0580 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.13 |
| HSL | 326.15º | 0.96% | 0.45% | - |
| HSV(B) | 326.15º | 0.98% | 0.87% | - |
| XYZ | 34.38 | 17.36 | 21.96 | - |
| YUV | 84.2 | 152.72 | 227 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 128 | 0 | 0.98 | 0.43 | 0.13 | 326.15 | 0.96 | 0.45 |
| Hex | DF | 5 | 80 | 0 | 62 | 2B | D | 146 | 60 | 2D |
| Octal | 337 | 5 | 200 | 0 | 142 | 53 | 15 | 506 | 140 | 55 |
| Binary | 11011111 | 101 | 10000000 | 0 | 1100010 | 101011 | 1101 | 101000110 | 1100000 | 101101 |
Color Harmonies of #DF0580
Complementary color
Monochromatic Colors of #DF0580
Black with #DF0580
Text Example
Text Example
White with #DF0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0580; }
p { color: rgb(223,5,128); }
H1.HeaderClassName
{
color: #DF0580;
}
.AnyTagClassName
{
color: #DF0580;
}
</style>
background-color css
<style>
a { background-color: #DF0580; }
a { background-color: rgb(223,5,128); }
div.DivClassName
{
background-color: #DF0580;
}
.BgClassName
{
background-color: #DF0580;
}
</style>
border-color css
<style>
span { border-color: #DF0580; }
span { border-color: rgb(223,5,128); }
td.TdClassName
{
border-color: #DF0580;
}
.TagClassName
{
border-color: #DF0580;
}
</style>