Shades of Medium Violet Red #D90B8F
Tints of Medium Violet Red #D90B8F
RGB
CMYK
RGB Variations
Color information
#D90B8F (or 0xD90B8F) is known color: Medium Violet Red. HEX triplet: D9, 0B and 8F. RGB value is (217,11,143). Sum of RGB (Red+Green+Blue) = 217+11+143=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 11 (4.69% from 255 or 2.96% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90B8F is #26F470. Grayscale: #575757. Windows color (decimal): -2552945 or 9374681. OLE color: 9374681.
HSL color Cylindrical-coordinate representation of color #D90B8F: hue angle of 321.55º 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 #D90B8F is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 143 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.15 |
| HSL | 321.55º | 0.9% | 0.45% | - |
| HSV(B) | 321.55º | 0.95% | 0.85% | - |
| XYZ | 33.69 | 16.97 | 27.49 | - |
| YUV | 87.64 | 159.25 | 220.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 143 | 0 | 0.95 | 0.34 | 0.15 | 321.55 | 0.9 | 0.45 |
| Hex | D9 | B | 8F | 0 | 5F | 22 | F | 142 | 5A | 2D |
| Octal | 331 | 13 | 217 | 0 | 137 | 42 | 17 | 502 | 132 | 55 |
| Binary | 11011001 | 1011 | 10001111 | 0 | 1011111 | 100010 | 1111 | 101000010 | 1011010 | 101101 |
Color Harmonies of #D90B8F
Complementary color
Monochromatic Colors of #D90B8F
Black with #D90B8F
Text Example
Text Example
White with #D90B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B8F; }
p { color: rgb(217,11,143); }
H1.HeaderClassName
{
color: #D90B8F;
}
.AnyTagClassName
{
color: #D90B8F;
}
</style>
background-color css
<style>
a { background-color: #D90B8F; }
a { background-color: rgb(217,11,143); }
div.DivClassName
{
background-color: #D90B8F;
}
.BgClassName
{
background-color: #D90B8F;
}
</style>
border-color css
<style>
span { border-color: #D90B8F; }
span { border-color: rgb(217,11,143); }
td.TdClassName
{
border-color: #D90B8F;
}
.TagClassName
{
border-color: #D90B8F;
}
</style>