Shades of Medium Violet Red #DE0589
Tints of Medium Violet Red #DE0589
RGB
CMYK
RGB Variations
Color information
#DE0589 (or 0xDE0589) is known color: Medium Violet Red. HEX triplet: DE, 05 and 89. RGB value is (222,5,137). Sum of RGB (Red+Green+Blue) = 222+5+137=364 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.99% from 364); Green value is 5 (2.34% from 255 or 1.37% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0589 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0589 is #21FA76. Grayscale: #545454. Windows color (decimal): -2226807 or 8979934. OLE color: 8979934.
HSL color Cylindrical-coordinate representation of color #DE0589: hue angle of 323.5º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE0589 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 137 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.13 |
| HSL | 323.5º | 0.96% | 0.45% | - |
| HSV(B) | 323.5º | 0.98% | 0.87% | - |
| XYZ | 34.69 | 17.44 | 25.21 | - |
| YUV | 84.93 | 157.39 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 137 | 0 | 0.98 | 0.38 | 0.13 | 323.5 | 0.96 | 0.45 |
| Hex | DE | 5 | 89 | 0 | 62 | 26 | D | 144 | 60 | 2D |
| Octal | 336 | 5 | 211 | 0 | 142 | 46 | 15 | 504 | 140 | 55 |
| Binary | 11011110 | 101 | 10001001 | 0 | 1100010 | 100110 | 1101 | 101000100 | 1100000 | 101101 |
Color Harmonies of #DE0589
Complementary color
Monochromatic Colors of #DE0589
Black with #DE0589
Text Example
Text Example
White with #DE0589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0589; }
p { color: rgb(222,5,137); }
H1.HeaderClassName
{
color: #DE0589;
}
.AnyTagClassName
{
color: #DE0589;
}
</style>
background-color css
<style>
a { background-color: #DE0589; }
a { background-color: rgb(222,5,137); }
div.DivClassName
{
background-color: #DE0589;
}
.BgClassName
{
background-color: #DE0589;
}
</style>
border-color css
<style>
span { border-color: #DE0589; }
span { border-color: rgb(222,5,137); }
td.TdClassName
{
border-color: #DE0589;
}
.TagClassName
{
border-color: #DE0589;
}
</style>