Shades of Medium Violet Red #D81089
Tints of Medium Violet Red #D81089
RGB
CMYK
RGB Variations
Color information
#D81089 (or 0xD81089) is known color: Medium Violet Red. HEX triplet: D8, 10 and 89. RGB value is (216,16,137). Sum of RGB (Red+Green+Blue) = 216+16+137=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D81089 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81089 is #27EF76. Grayscale: #595959. Windows color (decimal): -2617207 or 8982744. OLE color: 8982744.
HSL color Cylindrical-coordinate representation of color #D81089: hue angle of 323.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D81089 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 137 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.15 |
| HSL | 323.7º | 0.86% | 0.45% | - |
| HSV(B) | 323.7º | 0.93% | 0.85% | - |
| XYZ | 33.02 | 16.78 | 25.16 | - |
| YUV | 89.59 | 154.76 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 137 | 0 | 0.93 | 0.37 | 0.15 | 323.7 | 0.86 | 0.45 |
| Hex | D8 | 10 | 89 | 0 | 5D | 25 | F | 144 | 56 | 2D |
| Octal | 330 | 20 | 211 | 0 | 135 | 45 | 17 | 504 | 126 | 55 |
| Binary | 11011000 | 10000 | 10001001 | 0 | 1011101 | 100101 | 1111 | 101000100 | 1010110 | 101101 |
Color Harmonies of #D81089
Complementary color
Monochromatic Colors of #D81089
Black with #D81089
Text Example
Text Example
White with #D81089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81089; }
p { color: rgb(216,16,137); }
H1.HeaderClassName
{
color: #D81089;
}
.AnyTagClassName
{
color: #D81089;
}
</style>
background-color css
<style>
a { background-color: #D81089; }
a { background-color: rgb(216,16,137); }
div.DivClassName
{
background-color: #D81089;
}
.BgClassName
{
background-color: #D81089;
}
</style>
border-color css
<style>
span { border-color: #D81089; }
span { border-color: rgb(216,16,137); }
td.TdClassName
{
border-color: #D81089;
}
.TagClassName
{
border-color: #D81089;
}
</style>