Shades of Medium Violet Red #D90E7E
Tints of Medium Violet Red #D90E7E
RGB
CMYK
RGB Variations
Color information
#D90E7E (or 0xD90E7E) is known color: Medium Violet Red. HEX triplet: D9, 0E and 7E. RGB value is (217,14,126). Sum of RGB (Red+Green+Blue) = 217+14+126=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D90E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90E7E is #26F181. Grayscale: #575757. Windows color (decimal): -2552194 or 8261337. OLE color: 8261337.
HSL color Cylindrical-coordinate representation of color #D90E7E: hue angle of 326.9º 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 #D90E7E is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 126 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.15 |
| HSL | 326.9º | 0.88% | 0.45% | - |
| HSV(B) | 326.9º | 0.94% | 0.85% | - |
| XYZ | 32.54 | 16.57 | 21.22 | - |
| YUV | 87.47 | 149.75 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 126 | 0 | 0.94 | 0.42 | 0.15 | 326.9 | 0.88 | 0.45 |
| Hex | D9 | E | 7E | 0 | 5E | 2A | F | 147 | 58 | 2D |
| Octal | 331 | 16 | 176 | 0 | 136 | 52 | 17 | 507 | 130 | 55 |
| Binary | 11011001 | 1110 | 1111110 | 0 | 1011110 | 101010 | 1111 | 101000111 | 1011000 | 101101 |
Color Harmonies of #D90E7E
Complementary color
Monochromatic Colors of #D90E7E
Black with #D90E7E
Text Example
Text Example
White with #D90E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90E7E; }
p { color: rgb(217,14,126); }
H1.HeaderClassName
{
color: #D90E7E;
}
.AnyTagClassName
{
color: #D90E7E;
}
</style>
background-color css
<style>
a { background-color: #D90E7E; }
a { background-color: rgb(217,14,126); }
div.DivClassName
{
background-color: #D90E7E;
}
.BgClassName
{
background-color: #D90E7E;
}
</style>
border-color css
<style>
span { border-color: #D90E7E; }
span { border-color: rgb(217,14,126); }
td.TdClassName
{
border-color: #D90E7E;
}
.TagClassName
{
border-color: #D90E7E;
}
</style>