Shades of Medium Violet Red #D9117B
Tints of Medium Violet Red #D9117B
RGB
CMYK
RGB Variations
Color information
#D9117B (or 0xD9117B) is known color: Medium Violet Red. HEX triplet: D9, 11 and 7B. RGB value is (217,17,123). Sum of RGB (Red+Green+Blue) = 217+17+123=357 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.78% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 217 - color contains mainly: red. Hex color #D9117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9117B is #26EE84. Grayscale: #585858. Windows color (decimal): -2551429 or 8065497. OLE color: 8065497.
HSL color Cylindrical-coordinate representation of color #D9117B: hue angle of 328.2º 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 #D9117B is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 123 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.15 |
| HSL | 328.2º | 0.85% | 0.46% | - |
| HSV(B) | 328.2º | 0.92% | 0.85% | - |
| XYZ | 32.39 | 16.58 | 20.23 | - |
| YUV | 88.88 | 147.26 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 123 | 0 | 0.92 | 0.43 | 0.15 | 328.2 | 0.85 | 0.46 |
| Hex | D9 | 11 | 7B | 0 | 5C | 2B | F | 148 | 55 | 2E |
| Octal | 331 | 21 | 173 | 0 | 134 | 53 | 17 | 510 | 125 | 56 |
| Binary | 11011001 | 10001 | 1111011 | 0 | 1011100 | 101011 | 1111 | 101001000 | 1010101 | 101110 |
Color Harmonies of #D9117B
Complementary color
Monochromatic Colors of #D9117B
Black with #D9117B
Text Example
Text Example
White with #D9117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9117B; }
p { color: rgb(217,17,123); }
H1.HeaderClassName
{
color: #D9117B;
}
.AnyTagClassName
{
color: #D9117B;
}
</style>
background-color css
<style>
a { background-color: #D9117B; }
a { background-color: rgb(217,17,123); }
div.DivClassName
{
background-color: #D9117B;
}
.BgClassName
{
background-color: #D9117B;
}
</style>
border-color css
<style>
span { border-color: #D9117B; }
span { border-color: rgb(217,17,123); }
td.TdClassName
{
border-color: #D9117B;
}
.TagClassName
{
border-color: #D9117B;
}
</style>