Shades of Medium Violet Red #DE0E83
Tints of Medium Violet Red #DE0E83
RGB
CMYK
RGB Variations
Color information
#DE0E83 (or 0xDE0E83) is known color: Medium Violet Red. HEX triplet: DE, 0E and 83. RGB value is (222,14,131). Sum of RGB (Red+Green+Blue) = 222+14+131=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 14 (5.86% from 255 or 3.81% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0E83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0E83 is #21F17C. Grayscale: #595959. Windows color (decimal): -2224509 or 8589022. OLE color: 8589022.
HSL color Cylindrical-coordinate representation of color #DE0E83: hue angle of 326.25º 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 #DE0E83 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 14 | 131 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.13 |
| HSL | 326.25º | 0.88% | 0.46% | - |
| HSV(B) | 326.25º | 0.94% | 0.87% | - |
| XYZ | 34.38 | 17.48 | 23.04 | - |
| YUV | 89.53 | 151.41 | 222.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 14 | 131 | 0 | 0.94 | 0.41 | 0.13 | 326.25 | 0.88 | 0.46 |
| Hex | DE | E | 83 | 0 | 5E | 29 | D | 146 | 58 | 2E |
| Octal | 336 | 16 | 203 | 0 | 136 | 51 | 15 | 506 | 130 | 56 |
| Binary | 11011110 | 1110 | 10000011 | 0 | 1011110 | 101001 | 1101 | 101000110 | 1011000 | 101110 |
Color Harmonies of #DE0E83
Complementary color
Monochromatic Colors of #DE0E83
Black with #DE0E83
Text Example
Text Example
White with #DE0E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0E83; }
p { color: rgb(222,14,131); }
H1.HeaderClassName
{
color: #DE0E83;
}
.AnyTagClassName
{
color: #DE0E83;
}
</style>
background-color css
<style>
a { background-color: #DE0E83; }
a { background-color: rgb(222,14,131); }
div.DivClassName
{
background-color: #DE0E83;
}
.BgClassName
{
background-color: #DE0E83;
}
</style>
border-color css
<style>
span { border-color: #DE0E83; }
span { border-color: rgb(222,14,131); }
td.TdClassName
{
border-color: #DE0E83;
}
.TagClassName
{
border-color: #DE0E83;
}
</style>