Shades of Medium Violet Red #D80889
Tints of Medium Violet Red #D80889
RGB
CMYK
RGB Variations
Color information
#D80889 (or 0xD80889) is known color: Medium Violet Red. HEX triplet: D8, 08 and 89. RGB value is (216,8,137). Sum of RGB (Red+Green+Blue) = 216+8+137=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 8 (3.52% from 255 or 2.22% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D80889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80889 is #27F776. Grayscale: #545454. Windows color (decimal): -2619255 or 8980696. OLE color: 8980696.
HSL color Cylindrical-coordinate representation of color #D80889: hue angle of 322.79º degrees, saturation: 0.93, 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 #D80889 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 137 | - |
| CMYK | 0 | 0.96 | 0.37 | 0.15 |
| HSL | 322.79º | 0.93% | 0.44% | - |
| HSV(B) | 322.79º | 0.96% | 0.85% | - |
| XYZ | 32.92 | 16.58 | 25.13 | - |
| YUV | 84.9 | 157.41 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 137 | 0 | 0.96 | 0.37 | 0.15 | 322.79 | 0.93 | 0.44 |
| Hex | D8 | 8 | 89 | 0 | 60 | 25 | F | 143 | 5D | 2C |
| Octal | 330 | 10 | 211 | 0 | 140 | 45 | 17 | 503 | 135 | 54 |
| Binary | 11011000 | 1000 | 10001001 | 0 | 1100000 | 100101 | 1111 | 101000011 | 1011101 | 101100 |
Color Harmonies of #D80889
Complementary color
Monochromatic Colors of #D80889
Black with #D80889
Text Example
Text Example
White with #D80889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80889; }
p { color: rgb(216,8,137); }
H1.HeaderClassName
{
color: #D80889;
}
.AnyTagClassName
{
color: #D80889;
}
</style>
background-color css
<style>
a { background-color: #D80889; }
a { background-color: rgb(216,8,137); }
div.DivClassName
{
background-color: #D80889;
}
.BgClassName
{
background-color: #D80889;
}
</style>
border-color css
<style>
span { border-color: #D80889; }
span { border-color: rgb(216,8,137); }
td.TdClassName
{
border-color: #D80889;
}
.TagClassName
{
border-color: #D80889;
}
</style>