Shades of Medium Violet Red #D80B76
Tints of Medium Violet Red #D80B76
RGB
CMYK
RGB Variations
Color information
#D80B76 (or 0xD80B76) is known color: Medium Violet Red. HEX triplet: D8, 0B and 76. RGB value is (216,11,118). Sum of RGB (Red+Green+Blue) = 216+11+118=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80B76 is #27F489. Grayscale: #545454. Windows color (decimal): -2618506 or 7736280. OLE color: 7736280.
HSL color Cylindrical-coordinate representation of color #D80B76: hue angle of 328.68º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B76 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 118 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.15 |
| HSL | 328.68º | 0.9% | 0.45% | - |
| HSV(B) | 328.68º | 0.95% | 0.85% | - |
| XYZ | 31.71 | 16.15 | 18.58 | - |
| YUV | 84.49 | 146.92 | 221.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 118 | 0 | 0.95 | 0.45 | 0.15 | 328.68 | 0.9 | 0.45 |
| Hex | D8 | B | 76 | 0 | 5F | 2D | F | 149 | 5A | 2D |
| Octal | 330 | 13 | 166 | 0 | 137 | 55 | 17 | 511 | 132 | 55 |
| Binary | 11011000 | 1011 | 1110110 | 0 | 1011111 | 101101 | 1111 | 101001001 | 1011010 | 101101 |
Color Harmonies of #D80B76
Complementary color
Monochromatic Colors of #D80B76
Black with #D80B76
Text Example
Text Example
White with #D80B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80B76; }
p { color: rgb(216,11,118); }
H1.HeaderClassName
{
color: #D80B76;
}
.AnyTagClassName
{
color: #D80B76;
}
</style>
background-color css
<style>
a { background-color: #D80B76; }
a { background-color: rgb(216,11,118); }
div.DivClassName
{
background-color: #D80B76;
}
.BgClassName
{
background-color: #D80B76;
}
</style>
border-color css
<style>
span { border-color: #D80B76; }
span { border-color: rgb(216,11,118); }
td.TdClassName
{
border-color: #D80B76;
}
.TagClassName
{
border-color: #D80B76;
}
</style>