Shades of Medium Violet Red #DE167C
Tints of Medium Violet Red #DE167C
RGB
CMYK
RGB Variations
Color information
#DE167C (or 0xDE167C) is known color: Medium Violet Red. HEX triplet: DE, 16 and 7C. RGB value is (222,22,124). Sum of RGB (Red+Green+Blue) = 222+22+124=368 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.33% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 222 - color contains mainly: red. Hex color #DE167C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE167C is #21E983. Grayscale: #5D5D5D. Windows color (decimal): -2222468 or 8132318. OLE color: 8132318.
HSL color Cylindrical-coordinate representation of color #DE167C: hue angle of 329.4º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE167C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 124 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.13 |
| HSL | 329.4º | 0.82% | 0.48% | - |
| HSV(B) | 329.4º | 0.9% | 0.87% | - |
| XYZ | 34.05 | 17.56 | 20.66 | - |
| YUV | 93.43 | 145.26 | 219.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 124 | 0 | 0.90 | 0.44 | 0.13 | 329.4 | 0.82 | 0.48 |
| Hex | DE | 16 | 7C | 0 | 5A | 2C | D | 149 | 52 | 30 |
| Octal | 336 | 26 | 174 | 0 | 132 | 54 | 15 | 511 | 122 | 60 |
| Binary | 11011110 | 10110 | 1111100 | 0 | 1011010 | 101100 | 1101 | 101001001 | 1010010 | 110000 |
Color Harmonies of #DE167C
Complementary color
Monochromatic Colors of #DE167C
Black with #DE167C
Text Example
Text Example
White with #DE167C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE167C; }
p { color: rgb(222,22,124); }
H1.HeaderClassName
{
color: #DE167C;
}
.AnyTagClassName
{
color: #DE167C;
}
</style>
background-color css
<style>
a { background-color: #DE167C; }
a { background-color: rgb(222,22,124); }
div.DivClassName
{
background-color: #DE167C;
}
.BgClassName
{
background-color: #DE167C;
}
</style>
border-color css
<style>
span { border-color: #DE167C; }
span { border-color: rgb(222,22,124); }
td.TdClassName
{
border-color: #DE167C;
}
.TagClassName
{
border-color: #DE167C;
}
</style>