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