Shades of Medium Violet Red #DE0089
Tints of Medium Violet Red #DE0089
RGB
CMYK
RGB Variations
Color information
#DE0089 (or 0xDE0089) is known color: Medium Violet Red. HEX triplet: DE, 00 and 89. RGB value is (222,0,137). Sum of RGB (Red+Green+Blue) = 222+0+137=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0089 is #21FF76. Grayscale: #515151. Windows color (decimal): -2228087 or 8978654. OLE color: 8978654.
HSL color Cylindrical-coordinate representation of color #DE0089: hue angle of 322.97º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0089 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 137 | - |
| CMYK | 0 | 1 | 0.38 | 0.13 |
| HSL | 322.97º | 1% | 0.44% | - |
| HSV(B) | 322.97º | 1% | 0.87% | - |
| XYZ | 34.64 | 17.34 | 25.19 | - |
| YUV | 82 | 159.05 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 137 | 0 | 1 | 0.38 | 0.13 | 322.97 | 1 | 0.44 |
| Hex | DE | 0 | 89 | 0 | 64 | 26 | D | 143 | 64 | 2C |
| Octal | 336 | 0 | 211 | 0 | 144 | 46 | 15 | 503 | 144 | 54 |
| Binary | 11011110 | 0 | 10001001 | 0 | 1100100 | 100110 | 1101 | 101000011 | 1100100 | 101100 |
Color Harmonies of #DE0089
Complementary color
Monochromatic Colors of #DE0089
Black with #DE0089
Text Example
Text Example
White with #DE0089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0089; }
p { color: rgb(222,0,137); }
H1.HeaderClassName
{
color: #DE0089;
}
.AnyTagClassName
{
color: #DE0089;
}
</style>
background-color css
<style>
a { background-color: #DE0089; }
a { background-color: rgb(222,0,137); }
div.DivClassName
{
background-color: #DE0089;
}
.BgClassName
{
background-color: #DE0089;
}
</style>
border-color css
<style>
span { border-color: #DE0089; }
span { border-color: rgb(222,0,137); }
td.TdClassName
{
border-color: #DE0089;
}
.TagClassName
{
border-color: #DE0089;
}
</style>