Shades of Medium Violet Red #DE1588
Tints of Medium Violet Red #DE1588
RGB
CMYK
RGB Variations
Color information
#DE1588 (or 0xDE1588) is known color: Medium Violet Red. HEX triplet: DE, 15 and 88. RGB value is (222,21,136). Sum of RGB (Red+Green+Blue) = 222+21+136=379 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.58% from 379); Green value is 21 (8.59% from 255 or 5.54% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE1588 is #21EA77. Grayscale: #5D5D5D. Windows color (decimal): -2222712 or 8918494. OLE color: 8918494.
HSL color Cylindrical-coordinate representation of color #DE1588: hue angle of 325.67º 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 #DE1588 is Cyan = 0, Magento = 0.91, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 21 | 136 | - |
| CMYK | 0 | 0.91 | 0.39 | 0.13 |
| HSL | 325.67º | 0.83% | 0.48% | - |
| HSV(B) | 325.67º | 0.91% | 0.87% | - |
| XYZ | 34.84 | 17.84 | 24.9 | - |
| YUV | 94.21 | 151.59 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 21 | 136 | 0 | 0.91 | 0.39 | 0.13 | 325.67 | 0.83 | 0.48 |
| Hex | DE | 15 | 88 | 0 | 5B | 27 | D | 146 | 53 | 30 |
| Octal | 336 | 25 | 210 | 0 | 133 | 47 | 15 | 506 | 123 | 60 |
| Binary | 11011110 | 10101 | 10001000 | 0 | 1011011 | 100111 | 1101 | 101000110 | 1010011 | 110000 |
Color Harmonies of #DE1588
Complementary color
Monochromatic Colors of #DE1588
Black with #DE1588
Text Example
Text Example
White with #DE1588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1588; }
p { color: rgb(222,21,136); }
H1.HeaderClassName
{
color: #DE1588;
}
.AnyTagClassName
{
color: #DE1588;
}
</style>
background-color css
<style>
a { background-color: #DE1588; }
a { background-color: rgb(222,21,136); }
div.DivClassName
{
background-color: #DE1588;
}
.BgClassName
{
background-color: #DE1588;
}
</style>
border-color css
<style>
span { border-color: #DE1588; }
span { border-color: rgb(222,21,136); }
td.TdClassName
{
border-color: #DE1588;
}
.TagClassName
{
border-color: #DE1588;
}
</style>