Shades of Medium Violet Red #D90B77
Tints of Medium Violet Red #D90B77
RGB
CMYK
RGB Variations
Color information
#D90B77 (or 0xD90B77) is known color: Medium Violet Red. HEX triplet: D9, 0B and 77. RGB value is (217,11,119). Sum of RGB (Red+Green+Blue) = 217+11+119=347 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.54% from 347); Green value is 11 (4.69% from 255 or 3.17% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B77 is #26F488. Grayscale: #545454. Windows color (decimal): -2552969 or 7801817. OLE color: 7801817.
HSL color Cylindrical-coordinate representation of color #D90B77: hue angle of 328.54º 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 #D90B77 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 119 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.15 |
| HSL | 328.54º | 0.9% | 0.45% | - |
| HSV(B) | 328.54º | 0.95% | 0.85% | - |
| XYZ | 32.06 | 16.32 | 18.91 | - |
| YUV | 84.91 | 147.25 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 119 | 0 | 0.95 | 0.45 | 0.15 | 328.54 | 0.9 | 0.45 |
| Hex | D9 | B | 77 | 0 | 5F | 2D | F | 149 | 5A | 2D |
| Octal | 331 | 13 | 167 | 0 | 137 | 55 | 17 | 511 | 132 | 55 |
| Binary | 11011001 | 1011 | 1110111 | 0 | 1011111 | 101101 | 1111 | 101001001 | 1011010 | 101101 |
Color Harmonies of #D90B77
Complementary color
Monochromatic Colors of #D90B77
Black with #D90B77
Text Example
Text Example
White with #D90B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B77; }
p { color: rgb(217,11,119); }
H1.HeaderClassName
{
color: #D90B77;
}
.AnyTagClassName
{
color: #D90B77;
}
</style>
background-color css
<style>
a { background-color: #D90B77; }
a { background-color: rgb(217,11,119); }
div.DivClassName
{
background-color: #D90B77;
}
.BgClassName
{
background-color: #D90B77;
}
</style>
border-color css
<style>
span { border-color: #D90B77; }
span { border-color: rgb(217,11,119); }
td.TdClassName
{
border-color: #D90B77;
}
.TagClassName
{
border-color: #D90B77;
}
</style>