Shades of Medium Violet Red #DE1586
Tints of Medium Violet Red #DE1586
RGB
CMYK
RGB Variations
Color information
#DE1586 (or 0xDE1586) is known color: Medium Violet Red. HEX triplet: DE, 15 and 86. RGB value is (222,21,134). Sum of RGB (Red+Green+Blue) = 222+21+134=377 (49% of max value = 765). Red value is 222 (87.11% from 255 or 58.89% from 377); Green value is 21 (8.59% from 255 or 5.57% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1586 is #21EA79. Grayscale: #5D5D5D. Windows color (decimal): -2222714 or 8787422. OLE color: 8787422.
HSL color Cylindrical-coordinate representation of color #DE1586: hue angle of 326.27º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE1586 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 134 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.13 |
| HSL | 326.27º | 0.83% | 0.48% | - |
| HSV(B) | 326.27º | 0.91% | 0.87% | - |
| XYZ | 34.7 | 17.79 | 24.16 | - |
| YUV | 93.98 | 150.59 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 134 | 0 | 0.91 | 0.40 | 0.13 | 326.27 | 0.83 | 0.48 |
| Hex | DE | 15 | 86 | 0 | 5B | 28 | D | 146 | 53 | 30 |
| Octal | 336 | 25 | 206 | 0 | 133 | 50 | 15 | 506 | 123 | 60 |
| Binary | 11011110 | 10101 | 10000110 | 0 | 1011011 | 101000 | 1101 | 101000110 | 1010011 | 110000 |
Color Harmonies of #DE1586
Complementary color
Monochromatic Colors of #DE1586
Black with #DE1586
Text Example
Text Example
White with #DE1586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1586; }
p { color: rgb(222,21,134); }
H1.HeaderClassName
{
color: #DE1586;
}
.AnyTagClassName
{
color: #DE1586;
}
</style>
background-color css
<style>
a { background-color: #DE1586; }
a { background-color: rgb(222,21,134); }
div.DivClassName
{
background-color: #DE1586;
}
.BgClassName
{
background-color: #DE1586;
}
</style>
border-color css
<style>
span { border-color: #DE1586; }
span { border-color: rgb(222,21,134); }
td.TdClassName
{
border-color: #DE1586;
}
.TagClassName
{
border-color: #DE1586;
}
</style>