Shades of Medium Violet Red #DF0880
Tints of Medium Violet Red #DF0880
RGB
CMYK
RGB Variations
Color information
#DF0880 (or 0xDF0880) is known color: Medium Violet Red. HEX triplet: DF, 08 and 80. RGB value is (223,8,128). Sum of RGB (Red+Green+Blue) = 223+8+128=359 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.12% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0880 is #20F77F. Grayscale: #555555. Windows color (decimal): -2160512 or 8390879. OLE color: 8390879.
HSL color Cylindrical-coordinate representation of color #DF0880: hue angle of 326.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0880 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 128 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.13 |
| HSL | 326.51º | 0.93% | 0.45% | - |
| HSV(B) | 326.51º | 0.96% | 0.87% | - |
| XYZ | 34.41 | 17.42 | 21.97 | - |
| YUV | 85.97 | 151.73 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 128 | 0 | 0.96 | 0.43 | 0.13 | 326.51 | 0.93 | 0.45 |
| Hex | DF | 8 | 80 | 0 | 60 | 2B | D | 147 | 5D | 2D |
| Octal | 337 | 10 | 200 | 0 | 140 | 53 | 15 | 507 | 135 | 55 |
| Binary | 11011111 | 1000 | 10000000 | 0 | 1100000 | 101011 | 1101 | 101000111 | 1011101 | 101101 |
Color Harmonies of #DF0880
Complementary color
Monochromatic Colors of #DF0880
Black with #DF0880
Text Example
Text Example
White with #DF0880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0880; }
p { color: rgb(223,8,128); }
H1.HeaderClassName
{
color: #DF0880;
}
.AnyTagClassName
{
color: #DF0880;
}
</style>
background-color css
<style>
a { background-color: #DF0880; }
a { background-color: rgb(223,8,128); }
div.DivClassName
{
background-color: #DF0880;
}
.BgClassName
{
background-color: #DF0880;
}
</style>
border-color css
<style>
span { border-color: #DF0880; }
span { border-color: rgb(223,8,128); }
td.TdClassName
{
border-color: #DF0880;
}
.TagClassName
{
border-color: #DF0880;
}
</style>