Shades of Medium Violet Red #D80796
Tints of Medium Violet Red #D80796
RGB
CMYK
RGB Variations
Color information
#D80796 (or 0xD80796) is known color: Medium Violet Red. HEX triplet: D8, 07 and 96. RGB value is (216,7,150). Sum of RGB (Red+Green+Blue) = 216+7+150=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 7 (3.12% from 255 or 1.88% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D80796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80796 is #27F869. Grayscale: #555555. Windows color (decimal): -2619498 or 9832408. OLE color: 9832408.
HSL color Cylindrical-coordinate representation of color #D80796: hue angle of 318.95º 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 #D80796 is Cyan = 0, Magento = 0.97, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 150 | - |
| CMYK | 0 | 0.97 | 0.31 | 0.15 |
| HSL | 318.95º | 0.94% | 0.44% | - |
| HSV(B) | 318.95º | 0.97% | 0.85% | - |
| XYZ | 33.9 | 16.95 | 30.34 | - |
| YUV | 85.79 | 164.24 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 150 | 0 | 0.97 | 0.31 | 0.15 | 318.95 | 0.94 | 0.44 |
| Hex | D8 | 7 | 96 | 0 | 61 | 1F | F | 13F | 5E | 2C |
| Octal | 330 | 7 | 226 | 0 | 141 | 37 | 17 | 477 | 136 | 54 |
| Binary | 11011000 | 111 | 10010110 | 0 | 1100001 | 11111 | 1111 | 100111111 | 1011110 | 101100 |
Color Harmonies of #D80796
Complementary color
Monochromatic Colors of #D80796
Black with #D80796
Text Example
Text Example
White with #D80796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80796; }
p { color: rgb(216,7,150); }
H1.HeaderClassName
{
color: #D80796;
}
.AnyTagClassName
{
color: #D80796;
}
</style>
background-color css
<style>
a { background-color: #D80796; }
a { background-color: rgb(216,7,150); }
div.DivClassName
{
background-color: #D80796;
}
.BgClassName
{
background-color: #D80796;
}
</style>
border-color css
<style>
span { border-color: #D80796; }
span { border-color: rgb(216,7,150); }
td.TdClassName
{
border-color: #D80796;
}
.TagClassName
{
border-color: #D80796;
}
</style>