Shades of Medium Violet Red #D8109D
Tints of Medium Violet Red #D8109D
RGB
CMYK
RGB Variations
Color information
#D8109D (or 0xD8109D) is known color: Medium Violet Red. HEX triplet: D8, 10 and 9D. RGB value is (216,16,157). Sum of RGB (Red+Green+Blue) = 216+16+157=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D8109D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8109D is #27EF62. Grayscale: #5B5B5B. Windows color (decimal): -2617187 or 10293464. OLE color: 10293464.
HSL color Cylindrical-coordinate representation of color #D8109D: hue angle of 317.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 #D8109D is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 157 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.15 |
| HSL | 317.7º | 0.86% | 0.45% | - |
| HSV(B) | 317.7º | 0.93% | 0.85% | - |
| XYZ | 34.59 | 17.4 | 33.43 | - |
| YUV | 91.87 | 164.76 | 216.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 157 | 0 | 0.93 | 0.27 | 0.15 | 317.7 | 0.86 | 0.45 |
| Hex | D8 | 10 | 9D | 0 | 5D | 1B | F | 13E | 56 | 2D |
| Octal | 330 | 20 | 235 | 0 | 135 | 33 | 17 | 476 | 126 | 55 |
| Binary | 11011000 | 10000 | 10011101 | 0 | 1011101 | 11011 | 1111 | 100111110 | 1010110 | 101101 |
Color Harmonies of #D8109D
Complementary color
Monochromatic Colors of #D8109D
Black with #D8109D
Text Example
Text Example
White with #D8109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8109D; }
p { color: rgb(216,16,157); }
H1.HeaderClassName
{
color: #D8109D;
}
.AnyTagClassName
{
color: #D8109D;
}
</style>
background-color css
<style>
a { background-color: #D8109D; }
a { background-color: rgb(216,16,157); }
div.DivClassName
{
background-color: #D8109D;
}
.BgClassName
{
background-color: #D8109D;
}
</style>
border-color css
<style>
span { border-color: #D8109D; }
span { border-color: rgb(216,16,157); }
td.TdClassName
{
border-color: #D8109D;
}
.TagClassName
{
border-color: #D8109D;
}
</style>