Shades of Medium Violet Red #D90B7A
Tints of Medium Violet Red #D90B7A
RGB
CMYK
RGB Variations
Color information
#D90B7A (or 0xD90B7A) is known color: Medium Violet Red. HEX triplet: D9, 0B and 7A. RGB value is (217,11,122). Sum of RGB (Red+Green+Blue) = 217+11+122=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B7A is #26F485. Grayscale: #555555. Windows color (decimal): -2552966 or 7998425. OLE color: 7998425.
HSL color Cylindrical-coordinate representation of color #D90B7A: hue angle of 327.67º 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 #D90B7A is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 122 | - |
| CMYK | 0 | 0.95 | 0.44 | 0.15 |
| HSL | 327.67º | 0.9% | 0.45% | - |
| HSV(B) | 327.67º | 0.95% | 0.85% | - |
| XYZ | 32.25 | 16.4 | 19.88 | - |
| YUV | 85.25 | 148.75 | 221.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 122 | 0 | 0.95 | 0.44 | 0.15 | 327.67 | 0.9 | 0.45 |
| Hex | D9 | B | 7A | 0 | 5F | 2C | F | 148 | 5A | 2D |
| Octal | 331 | 13 | 172 | 0 | 137 | 54 | 17 | 510 | 132 | 55 |
| Binary | 11011001 | 1011 | 1111010 | 0 | 1011111 | 101100 | 1111 | 101001000 | 1011010 | 101101 |
Color Harmonies of #D90B7A
Complementary color
Monochromatic Colors of #D90B7A
Black with #D90B7A
Text Example
Text Example
White with #D90B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B7A; }
p { color: rgb(217,11,122); }
H1.HeaderClassName
{
color: #D90B7A;
}
.AnyTagClassName
{
color: #D90B7A;
}
</style>
background-color css
<style>
a { background-color: #D90B7A; }
a { background-color: rgb(217,11,122); }
div.DivClassName
{
background-color: #D90B7A;
}
.BgClassName
{
background-color: #D90B7A;
}
</style>
border-color css
<style>
span { border-color: #D90B7A; }
span { border-color: rgb(217,11,122); }
td.TdClassName
{
border-color: #D90B7A;
}
.TagClassName
{
border-color: #D90B7A;
}
</style>