Shades of Medium Violet Red #DF0780
Tints of Medium Violet Red #DF0780
RGB
CMYK
RGB Variations
Color information
#DF0780 (or 0xDF0780) is known color: Medium Violet Red. HEX triplet: DF, 07 and 80. RGB value is (223,7,128). Sum of RGB (Red+Green+Blue) = 223+7+128=358 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.29% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0780 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0780 is #20F87F. Grayscale: #555555. Windows color (decimal): -2160768 or 8390623. OLE color: 8390623.
HSL color Cylindrical-coordinate representation of color #DF0780: hue angle of 326.39º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0780 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 128 | - |
| CMYK | 0 | 0.97 | 0.43 | 0.13 |
| HSL | 326.39º | 0.94% | 0.45% | - |
| HSV(B) | 326.39º | 0.97% | 0.87% | - |
| XYZ | 34.4 | 17.4 | 21.97 | - |
| YUV | 85.38 | 152.06 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 128 | 0 | 0.97 | 0.43 | 0.13 | 326.39 | 0.94 | 0.45 |
| Hex | DF | 7 | 80 | 0 | 61 | 2B | D | 146 | 5E | 2D |
| Octal | 337 | 7 | 200 | 0 | 141 | 53 | 15 | 506 | 136 | 55 |
| Binary | 11011111 | 111 | 10000000 | 0 | 1100001 | 101011 | 1101 | 101000110 | 1011110 | 101101 |
Color Harmonies of #DF0780
Complementary color
Monochromatic Colors of #DF0780
Black with #DF0780
Text Example
Text Example
White with #DF0780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0780; }
p { color: rgb(223,7,128); }
H1.HeaderClassName
{
color: #DF0780;
}
.AnyTagClassName
{
color: #DF0780;
}
</style>
background-color css
<style>
a { background-color: #DF0780; }
a { background-color: rgb(223,7,128); }
div.DivClassName
{
background-color: #DF0780;
}
.BgClassName
{
background-color: #DF0780;
}
</style>
border-color css
<style>
span { border-color: #DF0780; }
span { border-color: rgb(223,7,128); }
td.TdClassName
{
border-color: #DF0780;
}
.TagClassName
{
border-color: #DF0780;
}
</style>