Shades of Medium Violet Red #D8117B
Tints of Medium Violet Red #D8117B
RGB
CMYK
RGB Variations
Color information
#D8117B (or 0xD8117B) is known color: Medium Violet Red. HEX triplet: D8, 11 and 7B. RGB value is (216,17,123). Sum of RGB (Red+Green+Blue) = 216+17+123=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8117B is #27EE84. Grayscale: #585858. Windows color (decimal): -2616965 or 8065496. OLE color: 8065496.
HSL color Cylindrical-coordinate representation of color #D8117B: hue angle of 328.04º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8117B is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 17 | 123 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.15 |
| HSL | 328.04º | 0.85% | 0.46% | - |
| HSV(B) | 328.04º | 0.92% | 0.85% | - |
| XYZ | 32.09 | 16.43 | 20.22 | - |
| YUV | 88.59 | 147.43 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 17 | 123 | 0 | 0.92 | 0.43 | 0.15 | 328.04 | 0.85 | 0.46 |
| Hex | D8 | 11 | 7B | 0 | 5C | 2B | F | 148 | 55 | 2E |
| Octal | 330 | 21 | 173 | 0 | 134 | 53 | 17 | 510 | 125 | 56 |
| Binary | 11011000 | 10001 | 1111011 | 0 | 1011100 | 101011 | 1111 | 101001000 | 1010101 | 101110 |
Color Harmonies of #D8117B
Complementary color
Monochromatic Colors of #D8117B
Black with #D8117B
Text Example
Text Example
White with #D8117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8117B; }
p { color: rgb(216,17,123); }
H1.HeaderClassName
{
color: #D8117B;
}
.AnyTagClassName
{
color: #D8117B;
}
</style>
background-color css
<style>
a { background-color: #D8117B; }
a { background-color: rgb(216,17,123); }
div.DivClassName
{
background-color: #D8117B;
}
.BgClassName
{
background-color: #D8117B;
}
</style>
border-color css
<style>
span { border-color: #D8117B; }
span { border-color: rgb(216,17,123); }
td.TdClassName
{
border-color: #D8117B;
}
.TagClassName
{
border-color: #D8117B;
}
</style>