Shades of Medium Violet Red #D80595
Tints of Medium Violet Red #D80595
RGB
CMYK
RGB Variations
Color information
#D80595 (or 0xD80595) is known color: Medium Violet Red. HEX triplet: D8, 05 and 95. RGB value is (216,5,149). Sum of RGB (Red+Green+Blue) = 216+5+149=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D80595 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80595 is #27FA6A. Grayscale: #545454. Windows color (decimal): -2620011 or 9766360. OLE color: 9766360.
HSL color Cylindrical-coordinate representation of color #D80595: hue angle of 319.05º 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 #D80595 is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 149 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.15 |
| HSL | 319.05º | 0.95% | 0.43% | - |
| HSV(B) | 319.05º | 0.98% | 0.85% | - |
| XYZ | 33.8 | 16.88 | 29.91 | - |
| YUV | 84.51 | 164.4 | 221.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 149 | 0 | 0.98 | 0.31 | 0.15 | 319.05 | 0.95 | 0.43 |
| Hex | D8 | 5 | 95 | 0 | 62 | 1F | F | 13F | 5F | 2B |
| Octal | 330 | 5 | 225 | 0 | 142 | 37 | 17 | 477 | 137 | 53 |
| Binary | 11011000 | 101 | 10010101 | 0 | 1100010 | 11111 | 1111 | 100111111 | 1011111 | 101011 |
Color Harmonies of #D80595
Complementary color
Monochromatic Colors of #D80595
Black with #D80595
Text Example
Text Example
White with #D80595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80595; }
p { color: rgb(216,5,149); }
H1.HeaderClassName
{
color: #D80595;
}
.AnyTagClassName
{
color: #D80595;
}
</style>
background-color css
<style>
a { background-color: #D80595; }
a { background-color: rgb(216,5,149); }
div.DivClassName
{
background-color: #D80595;
}
.BgClassName
{
background-color: #D80595;
}
</style>
border-color css
<style>
span { border-color: #D80595; }
span { border-color: rgb(216,5,149); }
td.TdClassName
{
border-color: #D80595;
}
.TagClassName
{
border-color: #D80595;
}
</style>