Shades of Medium Violet Red #DE1179
Tints of Medium Violet Red #DE1179
RGB
CMYK
RGB Variations
Color information
#DE1179 (or 0xDE1179) is known color: Medium Violet Red. HEX triplet: DE, 11 and 79. RGB value is (222,17,121). Sum of RGB (Red+Green+Blue) = 222+17+121=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE1179 is #21EE86. Grayscale: #595959. Windows color (decimal): -2223751 or 7934430. OLE color: 7934430.
HSL color Cylindrical-coordinate representation of color #DE1179: hue angle of 329.56º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE1179 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.13 |
| HSL | 329.56º | 0.86% | 0.47% | - |
| HSV(B) | 329.56º | 0.92% | 0.87% | - |
| XYZ | 33.78 | 17.31 | 19.65 | - |
| YUV | 90.15 | 145.42 | 222.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 17 | 121 | 0 | 0.92 | 0.45 | 0.13 | 329.56 | 0.86 | 0.47 |
| Hex | DE | 11 | 79 | 0 | 5C | 2D | D | 14A | 56 | 2F |
| Octal | 336 | 21 | 171 | 0 | 134 | 55 | 15 | 512 | 126 | 57 |
| Binary | 11011110 | 10001 | 1111001 | 0 | 1011100 | 101101 | 1101 | 101001010 | 1010110 | 101111 |
Color Harmonies of #DE1179
Complementary color
Monochromatic Colors of #DE1179
Black with #DE1179
Text Example
Text Example
White with #DE1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1179; }
p { color: rgb(222,17,121); }
H1.HeaderClassName
{
color: #DE1179;
}
.AnyTagClassName
{
color: #DE1179;
}
</style>
background-color css
<style>
a { background-color: #DE1179; }
a { background-color: rgb(222,17,121); }
div.DivClassName
{
background-color: #DE1179;
}
.BgClassName
{
background-color: #DE1179;
}
</style>
border-color css
<style>
span { border-color: #DE1179; }
span { border-color: rgb(222,17,121); }
td.TdClassName
{
border-color: #DE1179;
}
.TagClassName
{
border-color: #DE1179;
}
</style>