Shades of Medium Violet Red #D80795
Tints of Medium Violet Red #D80795
RGB
CMYK
RGB Variations
Color information
#D80795 (or 0xD80795) is known color: Medium Violet Red. HEX triplet: D8, 07 and 95. RGB value is (216,7,149). Sum of RGB (Red+Green+Blue) = 216+7+149=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 7 (3.12% from 255 or 1.88% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D80795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80795 is #27F86A. Grayscale: #555555. Windows color (decimal): -2619499 or 9766872. OLE color: 9766872.
HSL color Cylindrical-coordinate representation of color #D80795: hue angle of 319.23º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80795 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 149 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.15 |
| HSL | 319.23º | 0.94% | 0.44% | - |
| HSV(B) | 319.23º | 0.97% | 0.85% | - |
| XYZ | 33.82 | 16.92 | 29.92 | - |
| YUV | 85.68 | 163.74 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 149 | 0 | 0.97 | 0.31 | 0.15 | 319.23 | 0.94 | 0.44 |
| Hex | D8 | 7 | 95 | 0 | 61 | 1F | F | 13F | 5E | 2C |
| Octal | 330 | 7 | 225 | 0 | 141 | 37 | 17 | 477 | 136 | 54 |
| Binary | 11011000 | 111 | 10010101 | 0 | 1100001 | 11111 | 1111 | 100111111 | 1011110 | 101100 |
Color Harmonies of #D80795
Complementary color
Monochromatic Colors of #D80795
Black with #D80795
Text Example
Text Example
White with #D80795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80795; }
p { color: rgb(216,7,149); }
H1.HeaderClassName
{
color: #D80795;
}
.AnyTagClassName
{
color: #D80795;
}
</style>
background-color css
<style>
a { background-color: #D80795; }
a { background-color: rgb(216,7,149); }
div.DivClassName
{
background-color: #D80795;
}
.BgClassName
{
background-color: #D80795;
}
</style>
border-color css
<style>
span { border-color: #D80795; }
span { border-color: rgb(216,7,149); }
td.TdClassName
{
border-color: #D80795;
}
.TagClassName
{
border-color: #D80795;
}
</style>