Shades of Medium Violet Red #DE0B8D
Tints of Medium Violet Red #DE0B8D
RGB
CMYK
RGB Variations
Color information
#DE0B8D (or 0xDE0B8D) is known color: Medium Violet Red. HEX triplet: DE, 0B and 8D. RGB value is (222,11,141). Sum of RGB (Red+Green+Blue) = 222+11+141=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0B8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE0B8D is #21F472. Grayscale: #585858. Windows color (decimal): -2225267 or 9243614. OLE color: 9243614.
HSL color Cylindrical-coordinate representation of color #DE0B8D: hue angle of 323.03º 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 #DE0B8D is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 11 | 141 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.13 |
| HSL | 323.03º | 0.91% | 0.46% | - |
| HSV(B) | 323.03º | 0.95% | 0.87% | - |
| XYZ | 35.05 | 17.69 | 26.77 | - |
| YUV | 88.91 | 157.4 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 11 | 141 | 0 | 0.95 | 0.36 | 0.13 | 323.03 | 0.91 | 0.46 |
| Hex | DE | B | 8D | 0 | 5F | 24 | D | 143 | 5B | 2E |
| Octal | 336 | 13 | 215 | 0 | 137 | 44 | 15 | 503 | 133 | 56 |
| Binary | 11011110 | 1011 | 10001101 | 0 | 1011111 | 100100 | 1101 | 101000011 | 1011011 | 101110 |
Color Harmonies of #DE0B8D
Complementary color
Monochromatic Colors of #DE0B8D
Black with #DE0B8D
Text Example
Text Example
White with #DE0B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0B8D; }
p { color: rgb(222,11,141); }
H1.HeaderClassName
{
color: #DE0B8D;
}
.AnyTagClassName
{
color: #DE0B8D;
}
</style>
background-color css
<style>
a { background-color: #DE0B8D; }
a { background-color: rgb(222,11,141); }
div.DivClassName
{
background-color: #DE0B8D;
}
.BgClassName
{
background-color: #DE0B8D;
}
</style>
border-color css
<style>
span { border-color: #DE0B8D; }
span { border-color: rgb(222,11,141); }
td.TdClassName
{
border-color: #DE0B8D;
}
.TagClassName
{
border-color: #DE0B8D;
}
</style>