Shades of Medium Violet Red #DE178C
Tints of Medium Violet Red #DE178C
RGB
CMYK
RGB Variations
Color information
#DE178C (or 0xDE178C) is known color: Medium Violet Red. HEX triplet: DE, 17 and 8C. RGB value is (222,23,140). Sum of RGB (Red+Green+Blue) = 222+23+140=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE178C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE178C is #21E873. Grayscale: #5F5F5F. Windows color (decimal): -2222196 or 9181150. OLE color: 9181150.
HSL color Cylindrical-coordinate representation of color #DE178C: hue angle of 324.72º degrees, saturation: 0.81, 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 #DE178C is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 23 | 140 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.13 |
| HSL | 324.72º | 0.81% | 0.48% | - |
| HSV(B) | 324.72º | 0.9% | 0.87% | - |
| XYZ | 35.16 | 18.04 | 26.44 | - |
| YUV | 95.84 | 152.93 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 23 | 140 | 0 | 0.90 | 0.37 | 0.13 | 324.72 | 0.81 | 0.48 |
| Hex | DE | 17 | 8C | 0 | 5A | 25 | D | 145 | 51 | 30 |
| Octal | 336 | 27 | 214 | 0 | 132 | 45 | 15 | 505 | 121 | 60 |
| Binary | 11011110 | 10111 | 10001100 | 0 | 1011010 | 100101 | 1101 | 101000101 | 1010001 | 110000 |
Color Harmonies of #DE178C
Complementary color
Monochromatic Colors of #DE178C
Black with #DE178C
Text Example
Text Example
White with #DE178C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE178C; }
p { color: rgb(222,23,140); }
H1.HeaderClassName
{
color: #DE178C;
}
.AnyTagClassName
{
color: #DE178C;
}
</style>
background-color css
<style>
a { background-color: #DE178C; }
a { background-color: rgb(222,23,140); }
div.DivClassName
{
background-color: #DE178C;
}
.BgClassName
{
background-color: #DE178C;
}
</style>
border-color css
<style>
span { border-color: #DE178C; }
span { border-color: rgb(222,23,140); }
td.TdClassName
{
border-color: #DE178C;
}
.TagClassName
{
border-color: #DE178C;
}
</style>