Shades of Medium Violet Red #D90B76
Tints of Medium Violet Red #D90B76
RGB
CMYK
RGB Variations
Color information
#D90B76 (or 0xD90B76) is known color: Medium Violet Red. HEX triplet: D9, 0B and 76. RGB value is (217,11,118). Sum of RGB (Red+Green+Blue) = 217+11+118=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 118 (46.48% from 255 or 34.10% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B76 is #26F489. Grayscale: #545454. Windows color (decimal): -2552970 or 7736281. OLE color: 7736281.
HSL color Cylindrical-coordinate representation of color #D90B76: hue angle of 328.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90B76 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 118 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.15 |
| HSL | 328.84º | 0.9% | 0.45% | - |
| HSV(B) | 328.84º | 0.95% | 0.85% | - |
| XYZ | 32 | 16.3 | 18.6 | - |
| YUV | 84.79 | 146.75 | 222.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 118 | 0 | 0.95 | 0.46 | 0.15 | 328.84 | 0.9 | 0.45 |
| Hex | D9 | B | 76 | 0 | 5F | 2E | F | 149 | 5A | 2D |
| Octal | 331 | 13 | 166 | 0 | 137 | 56 | 17 | 511 | 132 | 55 |
| Binary | 11011001 | 1011 | 1110110 | 0 | 1011111 | 101110 | 1111 | 101001001 | 1011010 | 101101 |
Color Harmonies of #D90B76
Complementary color
Monochromatic Colors of #D90B76
Black with #D90B76
Text Example
Text Example
White with #D90B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B76; }
p { color: rgb(217,11,118); }
H1.HeaderClassName
{
color: #D90B76;
}
.AnyTagClassName
{
color: #D90B76;
}
</style>
background-color css
<style>
a { background-color: #D90B76; }
a { background-color: rgb(217,11,118); }
div.DivClassName
{
background-color: #D90B76;
}
.BgClassName
{
background-color: #D90B76;
}
</style>
border-color css
<style>
span { border-color: #D90B76; }
span { border-color: rgb(217,11,118); }
td.TdClassName
{
border-color: #D90B76;
}
.TagClassName
{
border-color: #D90B76;
}
</style>