Shades of Medium Violet Red #D80176
Tints of Medium Violet Red #D80176
RGB
CMYK
RGB Variations
Color information
#D80176 (or 0xD80176) is known color: Medium Violet Red. HEX triplet: D8, 01 and 76. RGB value is (216,1,118). Sum of RGB (Red+Green+Blue) = 216+1+118=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D80176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80176 is #27FE89. Grayscale: #4E4E4E. Windows color (decimal): -2621066 or 7733720. OLE color: 7733720.
HSL color Cylindrical-coordinate representation of color #D80176: hue angle of 327.35º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D80176 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 118 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.15 |
| HSL | 327.35º | 0.99% | 0.43% | - |
| HSV(B) | 327.35º | 1% | 0.85% | - |
| XYZ | 31.6 | 15.93 | 18.55 | - |
| YUV | 78.62 | 150.23 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 118 | 0 | 1.00 | 0.45 | 0.15 | 327.35 | 0.99 | 0.43 |
| Hex | D8 | 1 | 76 | 0 | 64 | 2D | F | 147 | 63 | 2B |
| Octal | 330 | 1 | 166 | 0 | 144 | 55 | 17 | 507 | 143 | 53 |
| Binary | 11011000 | 1 | 1110110 | 0 | 1100100 | 101101 | 1111 | 101000111 | 1100011 | 101011 |
Color Harmonies of #D80176
Complementary color
Monochromatic Colors of #D80176
Black with #D80176
Text Example
Text Example
White with #D80176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80176; }
p { color: rgb(216,1,118); }
H1.HeaderClassName
{
color: #D80176;
}
.AnyTagClassName
{
color: #D80176;
}
</style>
background-color css
<style>
a { background-color: #D80176; }
a { background-color: rgb(216,1,118); }
div.DivClassName
{
background-color: #D80176;
}
.BgClassName
{
background-color: #D80176;
}
</style>
border-color css
<style>
span { border-color: #D80176; }
span { border-color: rgb(216,1,118); }
td.TdClassName
{
border-color: #D80176;
}
.TagClassName
{
border-color: #D80176;
}
</style>