Shades of Medium Violet Red #D90586
Tints of Medium Violet Red #D90586
RGB
CMYK
RGB Variations
Color information
#D90586 (or 0xD90586) is known color: Medium Violet Red. HEX triplet: D9, 05 and 86. RGB value is (217,5,134). Sum of RGB (Red+Green+Blue) = 217+5+134=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 5 (2.34% from 255 or 1.40% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D90586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90586 is #26FA79. Grayscale: #525252. Windows color (decimal): -2554490 or 8783321. OLE color: 8783321.
HSL color Cylindrical-coordinate representation of color #D90586: hue angle of 323.49º 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 #D90586 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 134 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.15 |
| HSL | 323.49º | 0.95% | 0.44% | - |
| HSV(B) | 323.49º | 0.98% | 0.85% | - |
| XYZ | 32.97 | 16.58 | 24.02 | - |
| YUV | 83.09 | 156.74 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 134 | 0 | 0.98 | 0.38 | 0.15 | 323.49 | 0.95 | 0.44 |
| Hex | D9 | 5 | 86 | 0 | 62 | 26 | F | 143 | 5F | 2C |
| Octal | 331 | 5 | 206 | 0 | 142 | 46 | 17 | 503 | 137 | 54 |
| Binary | 11011001 | 101 | 10000110 | 0 | 1100010 | 100110 | 1111 | 101000011 | 1011111 | 101100 |
Color Harmonies of #D90586
Complementary color
Monochromatic Colors of #D90586
Black with #D90586
Text Example
Text Example
White with #D90586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90586; }
p { color: rgb(217,5,134); }
H1.HeaderClassName
{
color: #D90586;
}
.AnyTagClassName
{
color: #D90586;
}
</style>
background-color css
<style>
a { background-color: #D90586; }
a { background-color: rgb(217,5,134); }
div.DivClassName
{
background-color: #D90586;
}
.BgClassName
{
background-color: #D90586;
}
</style>
border-color css
<style>
span { border-color: #D90586; }
span { border-color: rgb(217,5,134); }
td.TdClassName
{
border-color: #D90586;
}
.TagClassName
{
border-color: #D90586;
}
</style>