Shades of Medium Violet Red #D90594
Tints of Medium Violet Red #D90594
RGB
CMYK
RGB Variations
Color information
#D90594 (or 0xD90594) is known color: Medium Violet Red. HEX triplet: D9, 05 and 94. RGB value is (217,5,148). Sum of RGB (Red+Green+Blue) = 217+5+148=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D90594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90594 is #26FA6B. Grayscale: #545454. Windows color (decimal): -2554476 or 9700825. OLE color: 9700825.
HSL color Cylindrical-coordinate representation of color #D90594: hue angle of 319.53º 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 #D90594 is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 148 | - |
| CMYK | 0 | 0.98 | 0.32 | 0.15 |
| HSL | 319.53º | 0.95% | 0.44% | - |
| HSV(B) | 319.53º | 0.98% | 0.85% | - |
| XYZ | 34.01 | 17 | 29.51 | - |
| YUV | 84.69 | 163.74 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 148 | 0 | 0.98 | 0.32 | 0.15 | 319.53 | 0.95 | 0.44 |
| Hex | D9 | 5 | 94 | 0 | 62 | 20 | F | 140 | 5F | 2C |
| Octal | 331 | 5 | 224 | 0 | 142 | 40 | 17 | 500 | 137 | 54 |
| Binary | 11011001 | 101 | 10010100 | 0 | 1100010 | 100000 | 1111 | 101000000 | 1011111 | 101100 |
Color Harmonies of #D90594
Complementary color
Monochromatic Colors of #D90594
Black with #D90594
Text Example
Text Example
White with #D90594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90594; }
p { color: rgb(217,5,148); }
H1.HeaderClassName
{
color: #D90594;
}
.AnyTagClassName
{
color: #D90594;
}
</style>
background-color css
<style>
a { background-color: #D90594; }
a { background-color: rgb(217,5,148); }
div.DivClassName
{
background-color: #D90594;
}
.BgClassName
{
background-color: #D90594;
}
</style>
border-color css
<style>
span { border-color: #D90594; }
span { border-color: rgb(217,5,148); }
td.TdClassName
{
border-color: #D90594;
}
.TagClassName
{
border-color: #D90594;
}
</style>