Shades of Medium Violet Red #D80988
Tints of Medium Violet Red #D80988
RGB
CMYK
RGB Variations
Color information
#D80988 (or 0xD80988) is known color: Medium Violet Red. HEX triplet: D8, 09 and 88. RGB value is (216,9,136). Sum of RGB (Red+Green+Blue) = 216+9+136=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D80988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80988 is #27F677. Grayscale: #555555. Windows color (decimal): -2619000 or 8915416. OLE color: 8915416.
HSL color Cylindrical-coordinate representation of color #D80988: hue angle of 323.19º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80988 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 9 | 136 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.15 |
| HSL | 323.19º | 0.92% | 0.44% | - |
| HSV(B) | 323.19º | 0.96% | 0.85% | - |
| XYZ | 32.86 | 16.57 | 24.76 | - |
| YUV | 85.37 | 156.58 | 221.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 9 | 136 | 0 | 0.96 | 0.37 | 0.15 | 323.19 | 0.92 | 0.44 |
| Hex | D8 | 9 | 88 | 0 | 60 | 25 | F | 143 | 5C | 2C |
| Octal | 330 | 11 | 210 | 0 | 140 | 45 | 17 | 503 | 134 | 54 |
| Binary | 11011000 | 1001 | 10001000 | 0 | 1100000 | 100101 | 1111 | 101000011 | 1011100 | 101100 |
Color Harmonies of #D80988
Complementary color
Monochromatic Colors of #D80988
Black with #D80988
Text Example
Text Example
White with #D80988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80988; }
p { color: rgb(216,9,136); }
H1.HeaderClassName
{
color: #D80988;
}
.AnyTagClassName
{
color: #D80988;
}
</style>
background-color css
<style>
a { background-color: #D80988; }
a { background-color: rgb(216,9,136); }
div.DivClassName
{
background-color: #D80988;
}
.BgClassName
{
background-color: #D80988;
}
</style>
border-color css
<style>
span { border-color: #D80988; }
span { border-color: rgb(216,9,136); }
td.TdClassName
{
border-color: #D80988;
}
.TagClassName
{
border-color: #D80988;
}
</style>