Shades of Medium Violet Red #DE0D8D
Tints of Medium Violet Red #DE0D8D
RGB
CMYK
RGB Variations
Color information
#DE0D8D (or 0xDE0D8D) is known color: Medium Violet Red. HEX triplet: DE, 0D and 8D. RGB value is (222,13,141). Sum of RGB (Red+Green+Blue) = 222+13+141=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0D8D is #21F272. Grayscale: #595959. Windows color (decimal): -2224755 or 9244126. OLE color: 9244126.
HSL color Cylindrical-coordinate representation of color #DE0D8D: hue angle of 323.25º degrees, saturation: 0.89, 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 #DE0D8D is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 13 | 141 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.13 |
| HSL | 323.25º | 0.89% | 0.46% | - |
| HSV(B) | 323.25º | 0.94% | 0.87% | - |
| XYZ | 35.08 | 17.74 | 26.77 | - |
| YUV | 90.08 | 156.74 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 13 | 141 | 0 | 0.94 | 0.36 | 0.13 | 323.25 | 0.89 | 0.46 |
| Hex | DE | D | 8D | 0 | 5E | 24 | D | 143 | 59 | 2E |
| Octal | 336 | 15 | 215 | 0 | 136 | 44 | 15 | 503 | 131 | 56 |
| Binary | 11011110 | 1101 | 10001101 | 0 | 1011110 | 100100 | 1101 | 101000011 | 1011001 | 101110 |
Color Harmonies of #DE0D8D
Complementary color
Monochromatic Colors of #DE0D8D
Black with #DE0D8D
Text Example
Text Example
White with #DE0D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0D8D; }
p { color: rgb(222,13,141); }
H1.HeaderClassName
{
color: #DE0D8D;
}
.AnyTagClassName
{
color: #DE0D8D;
}
</style>
background-color css
<style>
a { background-color: #DE0D8D; }
a { background-color: rgb(222,13,141); }
div.DivClassName
{
background-color: #DE0D8D;
}
.BgClassName
{
background-color: #DE0D8D;
}
</style>
border-color css
<style>
span { border-color: #DE0D8D; }
span { border-color: rgb(222,13,141); }
td.TdClassName
{
border-color: #DE0D8D;
}
.TagClassName
{
border-color: #DE0D8D;
}
</style>