Shades of Medium Violet Red #DF0E81
Tints of Medium Violet Red #DF0E81
RGB
CMYK
RGB Variations
Color information
#DF0E81 (or 0xDF0E81) is known color: Medium Violet Red. HEX triplet: DF, 0E and 81. RGB value is (223,14,129). Sum of RGB (Red+Green+Blue) = 223+14+129=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0E81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF0E81 is #20F17E. Grayscale: #595959. Windows color (decimal): -2158975 or 8457951. OLE color: 8457951.
HSL color Cylindrical-coordinate representation of color #DF0E81: hue angle of 326.99º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0E81 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 129 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.13 |
| HSL | 326.99º | 0.88% | 0.46% | - |
| HSV(B) | 326.99º | 0.94% | 0.87% | - |
| XYZ | 34.55 | 17.59 | 22.34 | - |
| YUV | 89.6 | 150.24 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 129 | 0 | 0.94 | 0.42 | 0.13 | 326.99 | 0.88 | 0.46 |
| Hex | DF | E | 81 | 0 | 5E | 2A | D | 147 | 58 | 2E |
| Octal | 337 | 16 | 201 | 0 | 136 | 52 | 15 | 507 | 130 | 56 |
| Binary | 11011111 | 1110 | 10000001 | 0 | 1011110 | 101010 | 1101 | 101000111 | 1011000 | 101110 |
Color Harmonies of #DF0E81
Complementary color
Monochromatic Colors of #DF0E81
Black with #DF0E81
Text Example
Text Example
White with #DF0E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0E81; }
p { color: rgb(223,14,129); }
H1.HeaderClassName
{
color: #DF0E81;
}
.AnyTagClassName
{
color: #DF0E81;
}
</style>
background-color css
<style>
a { background-color: #DF0E81; }
a { background-color: rgb(223,14,129); }
div.DivClassName
{
background-color: #DF0E81;
}
.BgClassName
{
background-color: #DF0E81;
}
</style>
border-color css
<style>
span { border-color: #DF0E81; }
span { border-color: rgb(223,14,129); }
td.TdClassName
{
border-color: #DF0E81;
}
.TagClassName
{
border-color: #DF0E81;
}
</style>