Shades of Medium Violet Red #D80590
Tints of Medium Violet Red #D80590
RGB
CMYK
RGB Variations
Color information
#D80590 (or 0xD80590) is known color: Medium Violet Red. HEX triplet: D8, 05 and 90. RGB value is (216,5,144). Sum of RGB (Red+Green+Blue) = 216+5+144=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D80590 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80590 is #27FA6F. Grayscale: #535353. Windows color (decimal): -2620016 or 9438680. OLE color: 9438680.
HSL color Cylindrical-coordinate representation of color #D80590: hue angle of 320.47º degrees, saturation: 0.95, 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 #D80590 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 144 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.15 |
| HSL | 320.47º | 0.95% | 0.43% | - |
| HSV(B) | 320.47º | 0.98% | 0.85% | - |
| XYZ | 33.41 | 16.72 | 27.85 | - |
| YUV | 83.94 | 161.9 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 144 | 0 | 0.98 | 0.33 | 0.15 | 320.47 | 0.95 | 0.43 |
| Hex | D8 | 5 | 90 | 0 | 62 | 21 | F | 140 | 5F | 2B |
| Octal | 330 | 5 | 220 | 0 | 142 | 41 | 17 | 500 | 137 | 53 |
| Binary | 11011000 | 101 | 10010000 | 0 | 1100010 | 100001 | 1111 | 101000000 | 1011111 | 101011 |
Color Harmonies of #D80590
Complementary color
Monochromatic Colors of #D80590
Black with #D80590
Text Example
Text Example
White with #D80590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80590; }
p { color: rgb(216,5,144); }
H1.HeaderClassName
{
color: #D80590;
}
.AnyTagClassName
{
color: #D80590;
}
</style>
background-color css
<style>
a { background-color: #D80590; }
a { background-color: rgb(216,5,144); }
div.DivClassName
{
background-color: #D80590;
}
.BgClassName
{
background-color: #D80590;
}
</style>
border-color css
<style>
span { border-color: #D80590; }
span { border-color: rgb(216,5,144); }
td.TdClassName
{
border-color: #D80590;
}
.TagClassName
{
border-color: #D80590;
}
</style>