Shades of Medium Violet Red #DE0E81
Tints of Medium Violet Red #DE0E81
RGB
CMYK
RGB Variations
Color information
#DE0E81 (or 0xDE0E81) is known color: Medium Violet Red. HEX triplet: DE, 0E and 81. RGB value is (222,14,129). Sum of RGB (Red+Green+Blue) = 222+14+129=365 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.82% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0E81 is #21F17E. Grayscale: #595959. Windows color (decimal): -2224511 or 8457950. OLE color: 8457950.
HSL color Cylindrical-coordinate representation of color #DE0E81: hue angle of 326.83º 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 #DE0E81 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 14 | 129 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.13 |
| HSL | 326.83º | 0.88% | 0.46% | - |
| HSV(B) | 326.83º | 0.94% | 0.87% | - |
| XYZ | 34.24 | 17.43 | 22.33 | - |
| YUV | 89.3 | 150.41 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 129 | 0 | 0.94 | 0.42 | 0.13 | 326.83 | 0.88 | 0.46 |
| Hex | DE | E | 81 | 0 | 5E | 2A | D | 147 | 58 | 2E |
| Octal | 336 | 16 | 201 | 0 | 136 | 52 | 15 | 507 | 130 | 56 |
| Binary | 11011110 | 1110 | 10000001 | 0 | 1011110 | 101010 | 1101 | 101000111 | 1011000 | 101110 |
Color Harmonies of #DE0E81
Complementary color
Monochromatic Colors of #DE0E81
Black with #DE0E81
Text Example
Text Example
White with #DE0E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0E81; }
p { color: rgb(222,14,129); }
H1.HeaderClassName
{
color: #DE0E81;
}
.AnyTagClassName
{
color: #DE0E81;
}
</style>
background-color css
<style>
a { background-color: #DE0E81; }
a { background-color: rgb(222,14,129); }
div.DivClassName
{
background-color: #DE0E81;
}
.BgClassName
{
background-color: #DE0E81;
}
</style>
border-color css
<style>
span { border-color: #DE0E81; }
span { border-color: rgb(222,14,129); }
td.TdClassName
{
border-color: #DE0E81;
}
.TagClassName
{
border-color: #DE0E81;
}
</style>