Shades of Medium Violet Red #D80B89
Tints of Medium Violet Red #D80B89
RGB
CMYK
RGB Variations
Color information
#D80B89 (or 0xD80B89) is known color: Medium Violet Red. HEX triplet: D8, 0B and 89. RGB value is (216,11,137). Sum of RGB (Red+Green+Blue) = 216+11+137=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80B89 is #27F476. Grayscale: #565656. Windows color (decimal): -2618487 or 8981464. OLE color: 8981464.
HSL color Cylindrical-coordinate representation of color #D80B89: hue angle of 323.12º 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 #D80B89 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 137 | - |
| CMYK | 0 | 0.95 | 0.37 | 0.15 |
| HSL | 323.12º | 0.9% | 0.45% | - |
| HSV(B) | 323.12º | 0.95% | 0.85% | - |
| XYZ | 32.95 | 16.64 | 25.14 | - |
| YUV | 86.66 | 156.42 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 137 | 0 | 0.95 | 0.37 | 0.15 | 323.12 | 0.9 | 0.45 |
| Hex | D8 | B | 89 | 0 | 5F | 25 | F | 143 | 5A | 2D |
| Octal | 330 | 13 | 211 | 0 | 137 | 45 | 17 | 503 | 132 | 55 |
| Binary | 11011000 | 1011 | 10001001 | 0 | 1011111 | 100101 | 1111 | 101000011 | 1011010 | 101101 |
Color Harmonies of #D80B89
Complementary color
Monochromatic Colors of #D80B89
Black with #D80B89
Text Example
Text Example
White with #D80B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80B89; }
p { color: rgb(216,11,137); }
H1.HeaderClassName
{
color: #D80B89;
}
.AnyTagClassName
{
color: #D80B89;
}
</style>
background-color css
<style>
a { background-color: #D80B89; }
a { background-color: rgb(216,11,137); }
div.DivClassName
{
background-color: #D80B89;
}
.BgClassName
{
background-color: #D80B89;
}
</style>
border-color css
<style>
span { border-color: #D80B89; }
span { border-color: rgb(216,11,137); }
td.TdClassName
{
border-color: #D80B89;
}
.TagClassName
{
border-color: #D80B89;
}
</style>