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