Shades of Medium Violet Red #DE189A
Tints of Medium Violet Red #DE189A
RGB
CMYK
RGB Variations
Color information
#DE189A (or 0xDE189A) is known color: Medium Violet Red. HEX triplet: DE, 18 and 9A. RGB value is (222,24,154). Sum of RGB (Red+Green+Blue) = 222+24+154=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DE189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE189A is #21E765. Grayscale: #616161. Windows color (decimal): -2221926 or 10098910. OLE color: 10098910.
HSL color Cylindrical-coordinate representation of color #DE189A: hue angle of 320.61º 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 #DE189A is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 154 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.13 |
| HSL | 320.61º | 0.8% | 0.48% | - |
| HSV(B) | 320.61º | 0.89% | 0.87% | - |
| XYZ | 36.28 | 18.52 | 32.23 | - |
| YUV | 98.02 | 159.6 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 154 | 0 | 0.89 | 0.31 | 0.13 | 320.61 | 0.8 | 0.48 |
| Hex | DE | 18 | 9A | 0 | 59 | 1F | D | 141 | 50 | 30 |
| Octal | 336 | 30 | 232 | 0 | 131 | 37 | 15 | 501 | 120 | 60 |
| Binary | 11011110 | 11000 | 10011010 | 0 | 1011001 | 11111 | 1101 | 101000001 | 1010000 | 110000 |
Color Harmonies of #DE189A
Complementary color
Monochromatic Colors of #DE189A
Black with #DE189A
Text Example
Text Example
White with #DE189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE189A; }
p { color: rgb(222,24,154); }
H1.HeaderClassName
{
color: #DE189A;
}
.AnyTagClassName
{
color: #DE189A;
}
</style>
background-color css
<style>
a { background-color: #DE189A; }
a { background-color: rgb(222,24,154); }
div.DivClassName
{
background-color: #DE189A;
}
.BgClassName
{
background-color: #DE189A;
}
</style>
border-color css
<style>
span { border-color: #DE189A; }
span { border-color: rgb(222,24,154); }
td.TdClassName
{
border-color: #DE189A;
}
.TagClassName
{
border-color: #DE189A;
}
</style>