Shades of Medium Violet Red #DF0080
Tints of Medium Violet Red #DF0080
RGB
CMYK
RGB Variations
Color information
#DF0080 (or 0xDF0080) is known color: Medium Violet Red. HEX triplet: DF, 00 and 80. RGB value is (223,0,128). Sum of RGB (Red+Green+Blue) = 223+0+128=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0080 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0080 is #20FF7F. Grayscale: #505050. Windows color (decimal): -2162560 or 8388831. OLE color: 8388831.
HSL color Cylindrical-coordinate representation of color #DF0080: hue angle of 325.56º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0080 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 128 | - |
| CMYK | 0 | 1 | 0.43 | 0.13 |
| HSL | 325.56º | 1% | 0.44% | - |
| HSV(B) | 325.56º | 1% | 0.87% | - |
| XYZ | 34.33 | 17.25 | 21.94 | - |
| YUV | 81.27 | 154.38 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 128 | 0 | 1 | 0.43 | 0.13 | 325.56 | 1 | 0.44 |
| Hex | DF | 0 | 80 | 0 | 64 | 2B | D | 146 | 64 | 2C |
| Octal | 337 | 0 | 200 | 0 | 144 | 53 | 15 | 506 | 144 | 54 |
| Binary | 11011111 | 0 | 10000000 | 0 | 1100100 | 101011 | 1101 | 101000110 | 1100100 | 101100 |
Color Harmonies of #DF0080
Complementary color
Monochromatic Colors of #DF0080
Black with #DF0080
Text Example
Text Example
White with #DF0080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0080; }
p { color: rgb(223,0,128); }
H1.HeaderClassName
{
color: #DF0080;
}
.AnyTagClassName
{
color: #DF0080;
}
</style>
background-color css
<style>
a { background-color: #DF0080; }
a { background-color: rgb(223,0,128); }
div.DivClassName
{
background-color: #DF0080;
}
.BgClassName
{
background-color: #DF0080;
}
</style>
border-color css
<style>
span { border-color: #DF0080; }
span { border-color: rgb(223,0,128); }
td.TdClassName
{
border-color: #DF0080;
}
.TagClassName
{
border-color: #DF0080;
}
</style>