Shades of Medium Violet Red #D8109B
Tints of Medium Violet Red #D8109B
RGB
CMYK
RGB Variations
Color information
#D8109B (or 0xD8109B) is known color: Medium Violet Red. HEX triplet: D8, 10 and 9B. RGB value is (216,16,155). Sum of RGB (Red+Green+Blue) = 216+16+155=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 16 (6.64% from 255 or 4.13% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D8109B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D8109B is #27EF64. Grayscale: #5B5B5B. Windows color (decimal): -2617189 or 10162392. OLE color: 10162392.
HSL color Cylindrical-coordinate representation of color #D8109B: hue angle of 318.3º 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 #D8109B is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 155 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.15 |
| HSL | 318.3º | 0.86% | 0.45% | - |
| HSV(B) | 318.3º | 0.93% | 0.85% | - |
| XYZ | 34.42 | 17.34 | 32.54 | - |
| YUV | 91.65 | 163.76 | 216.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 155 | 0 | 0.93 | 0.28 | 0.15 | 318.3 | 0.86 | 0.45 |
| Hex | D8 | 10 | 9B | 0 | 5D | 1C | F | 13E | 56 | 2D |
| Octal | 330 | 20 | 233 | 0 | 135 | 34 | 17 | 476 | 126 | 55 |
| Binary | 11011000 | 10000 | 10011011 | 0 | 1011101 | 11100 | 1111 | 100111110 | 1010110 | 101101 |
Color Harmonies of #D8109B
Complementary color
Monochromatic Colors of #D8109B
Black with #D8109B
Text Example
Text Example
White with #D8109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8109B; }
p { color: rgb(216,16,155); }
H1.HeaderClassName
{
color: #D8109B;
}
.AnyTagClassName
{
color: #D8109B;
}
</style>
background-color css
<style>
a { background-color: #D8109B; }
a { background-color: rgb(216,16,155); }
div.DivClassName
{
background-color: #D8109B;
}
.BgClassName
{
background-color: #D8109B;
}
</style>
border-color css
<style>
span { border-color: #D8109B; }
span { border-color: rgb(216,16,155); }
td.TdClassName
{
border-color: #D8109B;
}
.TagClassName
{
border-color: #D8109B;
}
</style>