Shades of Medium Violet Red #DE1992
Tints of Medium Violet Red #DE1992
RGB
CMYK
RGB Variations
Color information
#DE1992 (or 0xDE1992) is known color: Medium Violet Red. HEX triplet: DE, 19 and 92. RGB value is (222,25,146). Sum of RGB (Red+Green+Blue) = 222+25+146=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1992 is #21E66D. Grayscale: #616161. Windows color (decimal): -2221678 or 9574878. OLE color: 9574878.
HSL color Cylindrical-coordinate representation of color #DE1992: hue angle of 323.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE1992 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 146 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.13 |
| HSL | 323.15º | 0.8% | 0.48% | - |
| HSV(B) | 323.15º | 0.89% | 0.87% | - |
| XYZ | 35.66 | 18.3 | 28.85 | - |
| YUV | 97.7 | 155.27 | 216.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 146 | 0 | 0.89 | 0.34 | 0.13 | 323.15 | 0.8 | 0.48 |
| Hex | DE | 19 | 92 | 0 | 59 | 22 | D | 143 | 50 | 30 |
| Octal | 336 | 31 | 222 | 0 | 131 | 42 | 15 | 503 | 120 | 60 |
| Binary | 11011110 | 11001 | 10010010 | 0 | 1011001 | 100010 | 1101 | 101000011 | 1010000 | 110000 |
Color Harmonies of #DE1992
Complementary color
Monochromatic Colors of #DE1992
Black with #DE1992
Text Example
Text Example
White with #DE1992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1992; }
p { color: rgb(222,25,146); }
H1.HeaderClassName
{
color: #DE1992;
}
.AnyTagClassName
{
color: #DE1992;
}
</style>
background-color css
<style>
a { background-color: #DE1992; }
a { background-color: rgb(222,25,146); }
div.DivClassName
{
background-color: #DE1992;
}
.BgClassName
{
background-color: #DE1992;
}
</style>
border-color css
<style>
span { border-color: #DE1992; }
span { border-color: rgb(222,25,146); }
td.TdClassName
{
border-color: #DE1992;
}
.TagClassName
{
border-color: #DE1992;
}
</style>