Shades of Medium Violet Red #DE0B86
Tints of Medium Violet Red #DE0B86
RGB
CMYK
RGB Variations
Color information
#DE0B86 (or 0xDE0B86) is known color: Medium Violet Red. HEX triplet: DE, 0B and 86. RGB value is (222,11,134). Sum of RGB (Red+Green+Blue) = 222+11+134=367 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.49% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0B86 is #21F479. Grayscale: #575757. Windows color (decimal): -2225274 or 8784862. OLE color: 8784862.
HSL color Cylindrical-coordinate representation of color #DE0B86: hue angle of 325.02º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0B86 is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 134 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.13 |
| HSL | 325.02º | 0.91% | 0.46% | - |
| HSV(B) | 325.02º | 0.95% | 0.87% | - |
| XYZ | 34.55 | 17.49 | 24.11 | - |
| YUV | 88.11 | 153.9 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 134 | 0 | 0.95 | 0.40 | 0.13 | 325.02 | 0.91 | 0.46 |
| Hex | DE | B | 86 | 0 | 5F | 28 | D | 145 | 5B | 2E |
| Octal | 336 | 13 | 206 | 0 | 137 | 50 | 15 | 505 | 133 | 56 |
| Binary | 11011110 | 1011 | 10000110 | 0 | 1011111 | 101000 | 1101 | 101000101 | 1011011 | 101110 |
Color Harmonies of #DE0B86
Complementary color
Monochromatic Colors of #DE0B86
Black with #DE0B86
Text Example
Text Example
White with #DE0B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B86; }
p { color: rgb(222,11,134); }
H1.HeaderClassName
{
color: #DE0B86;
}
.AnyTagClassName
{
color: #DE0B86;
}
</style>
background-color css
<style>
a { background-color: #DE0B86; }
a { background-color: rgb(222,11,134); }
div.DivClassName
{
background-color: #DE0B86;
}
.BgClassName
{
background-color: #DE0B86;
}
</style>
border-color css
<style>
span { border-color: #DE0B86; }
span { border-color: rgb(222,11,134); }
td.TdClassName
{
border-color: #DE0B86;
}
.TagClassName
{
border-color: #DE0B86;
}
</style>