Shades of Medium Violet Red #D90491
Tints of Medium Violet Red #D90491
RGB
CMYK
RGB Variations
Color information
#D90491 (or 0xD90491) is known color: Medium Violet Red. HEX triplet: D9, 04 and 91. RGB value is (217,4,145). Sum of RGB (Red+Green+Blue) = 217+4+145=366 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.29% from 366); Green value is 4 (1.95% from 255 or 1.09% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 217 - color contains mainly: red. Hex color #D90491 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90491 is #26FB6E. Grayscale: #535353. Windows color (decimal): -2554735 or 9503961. OLE color: 9503961.
HSL color Cylindrical-coordinate representation of color #D90491: hue angle of 320.28º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90491 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 145 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.15 |
| HSL | 320.28º | 0.96% | 0.43% | - |
| HSV(B) | 320.28º | 0.98% | 0.85% | - |
| XYZ | 33.77 | 16.88 | 28.27 | - |
| YUV | 83.76 | 162.57 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 145 | 0 | 0.98 | 0.33 | 0.15 | 320.28 | 0.96 | 0.43 |
| Hex | D9 | 4 | 91 | 0 | 62 | 21 | F | 140 | 60 | 2B |
| Octal | 331 | 4 | 221 | 0 | 142 | 41 | 17 | 500 | 140 | 53 |
| Binary | 11011001 | 100 | 10010001 | 0 | 1100010 | 100001 | 1111 | 101000000 | 1100000 | 101011 |
Color Harmonies of #D90491
Complementary color
Monochromatic Colors of #D90491
Black with #D90491
Text Example
Text Example
White with #D90491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90491; }
p { color: rgb(217,4,145); }
H1.HeaderClassName
{
color: #D90491;
}
.AnyTagClassName
{
color: #D90491;
}
</style>
background-color css
<style>
a { background-color: #D90491; }
a { background-color: rgb(217,4,145); }
div.DivClassName
{
background-color: #D90491;
}
.BgClassName
{
background-color: #D90491;
}
</style>
border-color css
<style>
span { border-color: #D90491; }
span { border-color: rgb(217,4,145); }
td.TdClassName
{
border-color: #D90491;
}
.TagClassName
{
border-color: #D90491;
}
</style>