Shades of Medium Violet Red #D90494
Tints of Medium Violet Red #D90494
RGB
CMYK
RGB Variations
Color information
#D90494 (or 0xD90494) is known color: Medium Violet Red. HEX triplet: D9, 04 and 94. RGB value is (217,4,148). Sum of RGB (Red+Green+Blue) = 217+4+148=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D90494 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90494 is #26FB6B. Grayscale: #535353. Windows color (decimal): -2554732 or 9700569. OLE color: 9700569.
HSL color Cylindrical-coordinate representation of color #D90494: hue angle of 319.44º 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 #D90494 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 148 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.15 |
| HSL | 319.44º | 0.96% | 0.43% | - |
| HSV(B) | 319.44º | 0.98% | 0.85% | - |
| XYZ | 34 | 16.98 | 29.5 | - |
| YUV | 84.1 | 164.07 | 222.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 148 | 0 | 0.98 | 0.32 | 0.15 | 319.44 | 0.96 | 0.43 |
| Hex | D9 | 4 | 94 | 0 | 62 | 20 | F | 13F | 60 | 2B |
| Octal | 331 | 4 | 224 | 0 | 142 | 40 | 17 | 477 | 140 | 53 |
| Binary | 11011001 | 100 | 10010100 | 0 | 1100010 | 100000 | 1111 | 100111111 | 1100000 | 101011 |
Color Harmonies of #D90494
Complementary color
Monochromatic Colors of #D90494
Black with #D90494
Text Example
Text Example
White with #D90494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90494; }
p { color: rgb(217,4,148); }
H1.HeaderClassName
{
color: #D90494;
}
.AnyTagClassName
{
color: #D90494;
}
</style>
background-color css
<style>
a { background-color: #D90494; }
a { background-color: rgb(217,4,148); }
div.DivClassName
{
background-color: #D90494;
}
.BgClassName
{
background-color: #D90494;
}
</style>
border-color css
<style>
span { border-color: #D90494; }
span { border-color: rgb(217,4,148); }
td.TdClassName
{
border-color: #D90494;
}
.TagClassName
{
border-color: #D90494;
}
</style>