Shades of Medium Violet Red #D90776
Tints of Medium Violet Red #D90776
RGB
CMYK
RGB Variations
Color information
#D90776 (or 0xD90776) is known color: Medium Violet Red. HEX triplet: D9, 07 and 76. RGB value is (217,7,118). Sum of RGB (Red+Green+Blue) = 217+7+118=342 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.45% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 217 - color contains mainly: red. Hex color #D90776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90776 is #26F889. Grayscale: #525252. Windows color (decimal): -2553994 or 7735257. OLE color: 7735257.
HSL color Cylindrical-coordinate representation of color #D90776: hue angle of 328.29º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90776 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 118 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.15 |
| HSL | 328.29º | 0.94% | 0.44% | - |
| HSV(B) | 328.29º | 0.97% | 0.85% | - |
| XYZ | 31.96 | 16.21 | 18.58 | - |
| YUV | 82.44 | 148.07 | 223.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 118 | 0 | 0.97 | 0.46 | 0.15 | 328.29 | 0.94 | 0.44 |
| Hex | D9 | 7 | 76 | 0 | 61 | 2E | F | 148 | 5E | 2C |
| Octal | 331 | 7 | 166 | 0 | 141 | 56 | 17 | 510 | 136 | 54 |
| Binary | 11011001 | 111 | 1110110 | 0 | 1100001 | 101110 | 1111 | 101001000 | 1011110 | 101100 |
Color Harmonies of #D90776
Complementary color
Monochromatic Colors of #D90776
Black with #D90776
Text Example
Text Example
White with #D90776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90776; }
p { color: rgb(217,7,118); }
H1.HeaderClassName
{
color: #D90776;
}
.AnyTagClassName
{
color: #D90776;
}
</style>
background-color css
<style>
a { background-color: #D90776; }
a { background-color: rgb(217,7,118); }
div.DivClassName
{
background-color: #D90776;
}
.BgClassName
{
background-color: #D90776;
}
</style>
border-color css
<style>
span { border-color: #D90776; }
span { border-color: rgb(217,7,118); }
td.TdClassName
{
border-color: #D90776;
}
.TagClassName
{
border-color: #D90776;
}
</style>