Shades of Medium Violet Red #D80676
Tints of Medium Violet Red #D80676
RGB
CMYK
RGB Variations
Color information
#D80676 (or 0xD80676) is known color: Medium Violet Red. HEX triplet: D8, 06 and 76. RGB value is (216,6,118). Sum of RGB (Red+Green+Blue) = 216+6+118=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D80676 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80676 is #27F989. Grayscale: #515151. Windows color (decimal): -2619786 or 7735000. OLE color: 7735000.
HSL color Cylindrical-coordinate representation of color #D80676: hue angle of 328º degrees, saturation: 0.95, 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 #D80676 is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 6 | 118 | - |
| CMYK | 0 | 0.97 | 0.45 | 0.15 |
| HSL | 328º | 0.95% | 0.44% | - |
| HSV(B) | 328º | 0.97% | 0.85% | - |
| XYZ | 31.65 | 16.04 | 18.57 | - |
| YUV | 81.56 | 148.57 | 223.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 6 | 118 | 0 | 0.97 | 0.45 | 0.15 | 328 | 0.95 | 0.44 |
| Hex | D8 | 6 | 76 | 0 | 61 | 2D | F | 148 | 5F | 2C |
| Octal | 330 | 6 | 166 | 0 | 141 | 55 | 17 | 510 | 137 | 54 |
| Binary | 11011000 | 110 | 1110110 | 0 | 1100001 | 101101 | 1111 | 101001000 | 1011111 | 101100 |
Color Harmonies of #D80676
Complementary color
Monochromatic Colors of #D80676
Black with #D80676
Text Example
Text Example
White with #D80676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80676; }
p { color: rgb(216,6,118); }
H1.HeaderClassName
{
color: #D80676;
}
.AnyTagClassName
{
color: #D80676;
}
</style>
background-color css
<style>
a { background-color: #D80676; }
a { background-color: rgb(216,6,118); }
div.DivClassName
{
background-color: #D80676;
}
.BgClassName
{
background-color: #D80676;
}
</style>
border-color css
<style>
span { border-color: #D80676; }
span { border-color: rgb(216,6,118); }
td.TdClassName
{
border-color: #D80676;
}
.TagClassName
{
border-color: #D80676;
}
</style>