Shades of Medium Violet Red #DE0179
Tints of Medium Violet Red #DE0179
RGB
CMYK
RGB Variations
Color information
#DE0179 (or 0xDE0179) is known color: Medium Violet Red. HEX triplet: DE, 01 and 79. RGB value is (222,1,121). Sum of RGB (Red+Green+Blue) = 222+1+121=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 1 (0.78% from 255 or 0.29% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0179 is #21FE86. Grayscale: #505050. Windows color (decimal): -2227847 or 7930334. OLE color: 7930334.
HSL color Cylindrical-coordinate representation of color #DE0179: hue angle of 327.42º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0179 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 121 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.13 |
| HSL | 327.42º | 0.99% | 0.44% | - |
| HSV(B) | 327.42º | 1% | 0.87% | - |
| XYZ | 33.59 | 16.93 | 19.59 | - |
| YUV | 80.76 | 150.72 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 121 | 0 | 1.00 | 0.45 | 0.13 | 327.42 | 0.99 | 0.44 |
| Hex | DE | 1 | 79 | 0 | 64 | 2D | D | 147 | 63 | 2C |
| Octal | 336 | 1 | 171 | 0 | 144 | 55 | 15 | 507 | 143 | 54 |
| Binary | 11011110 | 1 | 1111001 | 0 | 1100100 | 101101 | 1101 | 101000111 | 1100011 | 101100 |
Color Harmonies of #DE0179
Complementary color
Monochromatic Colors of #DE0179
Black with #DE0179
Text Example
Text Example
White with #DE0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0179; }
p { color: rgb(222,1,121); }
H1.HeaderClassName
{
color: #DE0179;
}
.AnyTagClassName
{
color: #DE0179;
}
</style>
background-color css
<style>
a { background-color: #DE0179; }
a { background-color: rgb(222,1,121); }
div.DivClassName
{
background-color: #DE0179;
}
.BgClassName
{
background-color: #DE0179;
}
</style>
border-color css
<style>
span { border-color: #DE0179; }
span { border-color: rgb(222,1,121); }
td.TdClassName
{
border-color: #DE0179;
}
.TagClassName
{
border-color: #DE0179;
}
</style>