Shades of Medium Violet Red #DE0779
Tints of Medium Violet Red #DE0779
RGB
CMYK
RGB Variations
Color information
#DE0779 (or 0xDE0779) is known color: Medium Violet Red. HEX triplet: DE, 07 and 79. RGB value is (222,7,121). Sum of RGB (Red+Green+Blue) = 222+7+121=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0779 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0779 is #21F886. Grayscale: #545454. Windows color (decimal): -2226311 or 7931870. OLE color: 7931870.
HSL color Cylindrical-coordinate representation of color #DE0779: hue angle of 328.19º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DE0779 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 7 | 121 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.13 |
| HSL | 328.19º | 0.94% | 0.45% | - |
| HSV(B) | 328.19º | 0.97% | 0.87% | - |
| XYZ | 33.65 | 17.06 | 19.61 | - |
| YUV | 84.28 | 148.73 | 226.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 7 | 121 | 0 | 0.97 | 0.45 | 0.13 | 328.19 | 0.94 | 0.45 |
| Hex | DE | 7 | 79 | 0 | 61 | 2D | D | 148 | 5E | 2D |
| Octal | 336 | 7 | 171 | 0 | 141 | 55 | 15 | 510 | 136 | 55 |
| Binary | 11011110 | 111 | 1111001 | 0 | 1100001 | 101101 | 1101 | 101001000 | 1011110 | 101101 |
Color Harmonies of #DE0779
Complementary color
Monochromatic Colors of #DE0779
Black with #DE0779
Text Example
Text Example
White with #DE0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0779; }
p { color: rgb(222,7,121); }
H1.HeaderClassName
{
color: #DE0779;
}
.AnyTagClassName
{
color: #DE0779;
}
</style>
background-color css
<style>
a { background-color: #DE0779; }
a { background-color: rgb(222,7,121); }
div.DivClassName
{
background-color: #DE0779;
}
.BgClassName
{
background-color: #DE0779;
}
</style>
border-color css
<style>
span { border-color: #DE0779; }
span { border-color: rgb(222,7,121); }
td.TdClassName
{
border-color: #DE0779;
}
.TagClassName
{
border-color: #DE0779;
}
</style>