Shades of Medium Violet Red #D90A91
Tints of Medium Violet Red #D90A91
RGB
CMYK
RGB Variations
Color information
#D90A91 (or 0xD90A91) is known color: Medium Violet Red. HEX triplet: D9, 0A and 91. RGB value is (217,10,145). Sum of RGB (Red+Green+Blue) = 217+10+145=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 145 (57.03% from 255 or 38.98% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A91 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90A91 is #26F56E. Grayscale: #565656. Windows color (decimal): -2553199 or 9505497. OLE color: 9505497.
HSL color Cylindrical-coordinate representation of color #D90A91: hue angle of 320.87º degrees, saturation: 0.91, 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 #D90A91 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 145 | - |
| CMYK | 0 | 0.95 | 0.33 | 0.15 |
| HSL | 320.87º | 0.91% | 0.45% | - |
| HSV(B) | 320.87º | 0.95% | 0.85% | - |
| XYZ | 33.83 | 17.01 | 28.29 | - |
| YUV | 87.28 | 160.58 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 145 | 0 | 0.95 | 0.33 | 0.15 | 320.87 | 0.91 | 0.45 |
| Hex | D9 | A | 91 | 0 | 5F | 21 | F | 141 | 5B | 2D |
| Octal | 331 | 12 | 221 | 0 | 137 | 41 | 17 | 501 | 133 | 55 |
| Binary | 11011001 | 1010 | 10010001 | 0 | 1011111 | 100001 | 1111 | 101000001 | 1011011 | 101101 |
Color Harmonies of #D90A91
Complementary color
Monochromatic Colors of #D90A91
Black with #D90A91
Text Example
Text Example
White with #D90A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A91; }
p { color: rgb(217,10,145); }
H1.HeaderClassName
{
color: #D90A91;
}
.AnyTagClassName
{
color: #D90A91;
}
</style>
background-color css
<style>
a { background-color: #D90A91; }
a { background-color: rgb(217,10,145); }
div.DivClassName
{
background-color: #D90A91;
}
.BgClassName
{
background-color: #D90A91;
}
</style>
border-color css
<style>
span { border-color: #D90A91; }
span { border-color: rgb(217,10,145); }
td.TdClassName
{
border-color: #D90A91;
}
.TagClassName
{
border-color: #D90A91;
}
</style>