Shades of Medium Violet Red #D90E93
Tints of Medium Violet Red #D90E93
RGB
CMYK
RGB Variations
Color information
#D90E93 (or 0xD90E93) is known color: Medium Violet Red. HEX triplet: D9, 0E and 93. RGB value is (217,14,147). Sum of RGB (Red+Green+Blue) = 217+14+147=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 14 (5.86% from 255 or 3.70% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90E93 is #26F16C. Grayscale: #595959. Windows color (decimal): -2552173 or 9637593. OLE color: 9637593.
HSL color Cylindrical-coordinate representation of color #D90E93: hue angle of 320.69º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90E93 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 147 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.15 |
| HSL | 320.69º | 0.88% | 0.45% | - |
| HSV(B) | 320.69º | 0.94% | 0.85% | - |
| XYZ | 34.04 | 17.17 | 29.12 | - |
| YUV | 89.86 | 160.25 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 147 | 0 | 0.94 | 0.32 | 0.15 | 320.69 | 0.88 | 0.45 |
| Hex | D9 | E | 93 | 0 | 5E | 20 | F | 141 | 58 | 2D |
| Octal | 331 | 16 | 223 | 0 | 136 | 40 | 17 | 501 | 130 | 55 |
| Binary | 11011001 | 1110 | 10010011 | 0 | 1011110 | 100000 | 1111 | 101000001 | 1011000 | 101101 |
Color Harmonies of #D90E93
Complementary color
Monochromatic Colors of #D90E93
Black with #D90E93
Text Example
Text Example
White with #D90E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E93; }
p { color: rgb(217,14,147); }
H1.HeaderClassName
{
color: #D90E93;
}
.AnyTagClassName
{
color: #D90E93;
}
</style>
background-color css
<style>
a { background-color: #D90E93; }
a { background-color: rgb(217,14,147); }
div.DivClassName
{
background-color: #D90E93;
}
.BgClassName
{
background-color: #D90E93;
}
</style>
border-color css
<style>
span { border-color: #D90E93; }
span { border-color: rgb(217,14,147); }
td.TdClassName
{
border-color: #D90E93;
}
.TagClassName
{
border-color: #D90E93;
}
</style>