Shades of Medium Violet Red #D81099
Tints of Medium Violet Red #D81099
RGB
CMYK
RGB Variations
Color information
#D81099 (or 0xD81099) is known color: Medium Violet Red. HEX triplet: D8, 10 and 99. RGB value is (216,16,153). Sum of RGB (Red+Green+Blue) = 216+16+153=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 16 (6.64% from 255 or 4.16% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D81099 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81099 is #27EF66. Grayscale: #5B5B5B. Windows color (decimal): -2617191 or 10031320. OLE color: 10031320.
HSL color Cylindrical-coordinate representation of color #D81099: hue angle of 318.9º 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 #D81099 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 153 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.15 |
| HSL | 318.9º | 0.86% | 0.45% | - |
| HSV(B) | 318.9º | 0.93% | 0.85% | - |
| XYZ | 34.25 | 17.27 | 31.66 | - |
| YUV | 91.42 | 162.76 | 216.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 153 | 0 | 0.93 | 0.29 | 0.15 | 318.9 | 0.86 | 0.45 |
| Hex | D8 | 10 | 99 | 0 | 5D | 1D | F | 13F | 56 | 2D |
| Octal | 330 | 20 | 231 | 0 | 135 | 35 | 17 | 477 | 126 | 55 |
| Binary | 11011000 | 10000 | 10011001 | 0 | 1011101 | 11101 | 1111 | 100111111 | 1010110 | 101101 |
Color Harmonies of #D81099
Complementary color
Monochromatic Colors of #D81099
Black with #D81099
Text Example
Text Example
White with #D81099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81099; }
p { color: rgb(216,16,153); }
H1.HeaderClassName
{
color: #D81099;
}
.AnyTagClassName
{
color: #D81099;
}
</style>
background-color css
<style>
a { background-color: #D81099; }
a { background-color: rgb(216,16,153); }
div.DivClassName
{
background-color: #D81099;
}
.BgClassName
{
background-color: #D81099;
}
</style>
border-color css
<style>
span { border-color: #D81099; }
span { border-color: rgb(216,16,153); }
td.TdClassName
{
border-color: #D81099;
}
.TagClassName
{
border-color: #D81099;
}
</style>