Shades of Medium Violet Red #D0117B
Tints of Medium Violet Red #D0117B
RGB
CMYK
RGB Variations
Color information
#D0117B (or 0xD0117B) is known color: Medium Violet Red. HEX triplet: D0, 11 and 7B. RGB value is (208,17,123). Sum of RGB (Red+Green+Blue) = 208+17+123=348 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.77% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 208 - color contains mainly: red. Hex color #D0117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0117B is #2FEE84. Grayscale: #555555. Windows color (decimal): -3141253 or 8065488. OLE color: 8065488.
HSL color Cylindrical-coordinate representation of color #D0117B: hue angle of 326.7º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0117B is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 17 | 123 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.18 |
| HSL | 326.7º | 0.85% | 0.44% | - |
| HSV(B) | 326.7º | 0.92% | 0.82% | - |
| XYZ | 29.79 | 15.24 | 20.11 | - |
| YUV | 86.19 | 148.78 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 17 | 123 | 0 | 0.92 | 0.41 | 0.18 | 326.7 | 0.85 | 0.44 |
| Hex | D0 | 11 | 7B | 0 | 5C | 29 | 12 | 147 | 55 | 2C |
| Octal | 320 | 21 | 173 | 0 | 134 | 51 | 22 | 507 | 125 | 54 |
| Binary | 11010000 | 10001 | 1111011 | 0 | 1011100 | 101001 | 10010 | 101000111 | 1010101 | 101100 |
Color Harmonies of #D0117B
Complementary color
Monochromatic Colors of #D0117B
Black with #D0117B
Text Example
Text Example
White with #D0117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0117B; }
p { color: rgb(208,17,123); }
H1.HeaderClassName
{
color: #D0117B;
}
.AnyTagClassName
{
color: #D0117B;
}
</style>
background-color css
<style>
a { background-color: #D0117B; }
a { background-color: rgb(208,17,123); }
div.DivClassName
{
background-color: #D0117B;
}
.BgClassName
{
background-color: #D0117B;
}
</style>
border-color css
<style>
span { border-color: #D0117B; }
span { border-color: rgb(208,17,123); }
td.TdClassName
{
border-color: #D0117B;
}
.TagClassName
{
border-color: #D0117B;
}
</style>