Shades of Medium Violet Red #D90B8B
Tints of Medium Violet Red #D90B8B
RGB
CMYK
RGB Variations
Color information
#D90B8B (or 0xD90B8B) is known color: Medium Violet Red. HEX triplet: D9, 0B and 8B. RGB value is (217,11,139). Sum of RGB (Red+Green+Blue) = 217+11+139=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90B8B is #26F474. Grayscale: #565656. Windows color (decimal): -2552949 or 9112537. OLE color: 9112537.
HSL color Cylindrical-coordinate representation of color #D90B8B: hue angle of 322.72º 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 #D90B8B is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 139 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.15 |
| HSL | 322.72º | 0.9% | 0.45% | - |
| HSV(B) | 322.72º | 0.95% | 0.85% | - |
| XYZ | 33.4 | 16.86 | 25.92 | - |
| YUV | 87.19 | 157.25 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 139 | 0 | 0.95 | 0.36 | 0.15 | 322.72 | 0.9 | 0.45 |
| Hex | D9 | B | 8B | 0 | 5F | 24 | F | 143 | 5A | 2D |
| Octal | 331 | 13 | 213 | 0 | 137 | 44 | 17 | 503 | 132 | 55 |
| Binary | 11011001 | 1011 | 10001011 | 0 | 1011111 | 100100 | 1111 | 101000011 | 1011010 | 101101 |
Color Harmonies of #D90B8B
Complementary color
Monochromatic Colors of #D90B8B
Black with #D90B8B
Text Example
Text Example
White with #D90B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B8B; }
p { color: rgb(217,11,139); }
H1.HeaderClassName
{
color: #D90B8B;
}
.AnyTagClassName
{
color: #D90B8B;
}
</style>
background-color css
<style>
a { background-color: #D90B8B; }
a { background-color: rgb(217,11,139); }
div.DivClassName
{
background-color: #D90B8B;
}
.BgClassName
{
background-color: #D90B8B;
}
</style>
border-color css
<style>
span { border-color: #D90B8B; }
span { border-color: rgb(217,11,139); }
td.TdClassName
{
border-color: #D90B8B;
}
.TagClassName
{
border-color: #D90B8B;
}
</style>