Shades of Medium Violet Red #DE198D
Tints of Medium Violet Red #DE198D
RGB
CMYK
RGB Variations
Color information
#DE198D (or 0xDE198D) is known color: Medium Violet Red. HEX triplet: DE, 19 and 8D. RGB value is (222,25,141). Sum of RGB (Red+Green+Blue) = 222+25+141=388 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.22% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 222 - color contains mainly: red. Hex color #DE198D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE198D is #21E672. Grayscale: #606060. Windows color (decimal): -2221683 or 9247198. OLE color: 9247198.
HSL color Cylindrical-coordinate representation of color #DE198D: hue angle of 324.67º 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 #DE198D is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 141 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.13 |
| HSL | 324.67º | 0.8% | 0.48% | - |
| HSV(B) | 324.67º | 0.89% | 0.87% | - |
| XYZ | 35.28 | 18.15 | 26.84 | - |
| YUV | 97.13 | 152.77 | 217.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 141 | 0 | 0.89 | 0.36 | 0.13 | 324.67 | 0.8 | 0.48 |
| Hex | DE | 19 | 8D | 0 | 59 | 24 | D | 145 | 50 | 30 |
| Octal | 336 | 31 | 215 | 0 | 131 | 44 | 15 | 505 | 120 | 60 |
| Binary | 11011110 | 11001 | 10001101 | 0 | 1011001 | 100100 | 1101 | 101000101 | 1010000 | 110000 |
Color Harmonies of #DE198D
Complementary color
Monochromatic Colors of #DE198D
Black with #DE198D
Text Example
Text Example
White with #DE198D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE198D; }
p { color: rgb(222,25,141); }
H1.HeaderClassName
{
color: #DE198D;
}
.AnyTagClassName
{
color: #DE198D;
}
</style>
background-color css
<style>
a { background-color: #DE198D; }
a { background-color: rgb(222,25,141); }
div.DivClassName
{
background-color: #DE198D;
}
.BgClassName
{
background-color: #DE198D;
}
</style>
border-color css
<style>
span { border-color: #DE198D; }
span { border-color: rgb(222,25,141); }
td.TdClassName
{
border-color: #DE198D;
}
.TagClassName
{
border-color: #DE198D;
}
</style>