Shades of Medium Violet Red #D90591
Tints of Medium Violet Red #D90591
RGB
CMYK
RGB Variations
Color information
#D90591 (or 0xD90591) is known color: Medium Violet Red. HEX triplet: D9, 05 and 91. RGB value is (217,5,145). Sum of RGB (Red+Green+Blue) = 217+5+145=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D90591 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90591 is #26FA6E. Grayscale: #545454. Windows color (decimal): -2554479 or 9504217. OLE color: 9504217.
HSL color Cylindrical-coordinate representation of color #D90591: hue angle of 320.38º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90591 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 145 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.15 |
| HSL | 320.38º | 0.95% | 0.44% | - |
| HSV(B) | 320.38º | 0.98% | 0.85% | - |
| XYZ | 33.78 | 16.9 | 28.27 | - |
| YUV | 84.35 | 162.24 | 222.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 145 | 0 | 0.98 | 0.33 | 0.15 | 320.38 | 0.95 | 0.44 |
| Hex | D9 | 5 | 91 | 0 | 62 | 21 | F | 140 | 5F | 2C |
| Octal | 331 | 5 | 221 | 0 | 142 | 41 | 17 | 500 | 137 | 54 |
| Binary | 11011001 | 101 | 10010001 | 0 | 1100010 | 100001 | 1111 | 101000000 | 1011111 | 101100 |
Color Harmonies of #D90591
Complementary color
Monochromatic Colors of #D90591
Black with #D90591
Text Example
Text Example
White with #D90591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90591; }
p { color: rgb(217,5,145); }
H1.HeaderClassName
{
color: #D90591;
}
.AnyTagClassName
{
color: #D90591;
}
</style>
background-color css
<style>
a { background-color: #D90591; }
a { background-color: rgb(217,5,145); }
div.DivClassName
{
background-color: #D90591;
}
.BgClassName
{
background-color: #D90591;
}
</style>
border-color css
<style>
span { border-color: #D90591; }
span { border-color: rgb(217,5,145); }
td.TdClassName
{
border-color: #D90591;
}
.TagClassName
{
border-color: #D90591;
}
</style>