Shades of Medium Violet Red #D90B7D
Tints of Medium Violet Red #D90B7D
RGB
CMYK
RGB Variations
Color information
#D90B7D (or 0xD90B7D) is known color: Medium Violet Red. HEX triplet: D9, 0B and 7D. RGB value is (217,11,125). Sum of RGB (Red+Green+Blue) = 217+11+125=353 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.47% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B7D is #26F482. Grayscale: #555555. Windows color (decimal): -2552963 or 8195033. OLE color: 8195033.
HSL color Cylindrical-coordinate representation of color #D90B7D: hue angle of 326.8º 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 #D90B7D is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 125 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.15 |
| HSL | 326.8º | 0.9% | 0.45% | - |
| HSV(B) | 326.8º | 0.95% | 0.85% | - |
| XYZ | 32.44 | 16.47 | 20.87 | - |
| YUV | 85.59 | 150.25 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 125 | 0 | 0.95 | 0.42 | 0.15 | 326.8 | 0.9 | 0.45 |
| Hex | D9 | B | 7D | 0 | 5F | 2A | F | 147 | 5A | 2D |
| Octal | 331 | 13 | 175 | 0 | 137 | 52 | 17 | 507 | 132 | 55 |
| Binary | 11011001 | 1011 | 1111101 | 0 | 1011111 | 101010 | 1111 | 101000111 | 1011010 | 101101 |
Color Harmonies of #D90B7D
Complementary color
Monochromatic Colors of #D90B7D
Black with #D90B7D
Text Example
Text Example
White with #D90B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B7D; }
p { color: rgb(217,11,125); }
H1.HeaderClassName
{
color: #D90B7D;
}
.AnyTagClassName
{
color: #D90B7D;
}
</style>
background-color css
<style>
a { background-color: #D90B7D; }
a { background-color: rgb(217,11,125); }
div.DivClassName
{
background-color: #D90B7D;
}
.BgClassName
{
background-color: #D90B7D;
}
</style>
border-color css
<style>
span { border-color: #D90B7D; }
span { border-color: rgb(217,11,125); }
td.TdClassName
{
border-color: #D90B7D;
}
.TagClassName
{
border-color: #D90B7D;
}
</style>