Shades of Medium Violet Red #D117A5
Tints of Medium Violet Red #D117A5
RGB
CMYK
RGB Variations
Color information
#D117A5 (or 0xD117A5) is known color: Medium Violet Red. HEX triplet: D1, 17 and A5. RGB value is (209,23,165). Sum of RGB (Red+Green+Blue) = 209+23+165=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 23 (9.38% from 255 or 5.79% from 397); Blue value is 165 (64.84% from 255 or 41.56% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D117A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D117A5 is #2EE85A. Grayscale: #5E5E5E. Windows color (decimal): -3074139 or 10819537. OLE color: 10819537.
HSL color Cylindrical-coordinate representation of color #D117A5: hue angle of 314.19º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D117A5 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 165 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.18 |
| HSL | 314.19º | 0.8% | 0.45% | - |
| HSV(B) | 314.19º | 0.89% | 0.82% | - |
| XYZ | 33.39 | 16.88 | 37.1 | - |
| YUV | 94.8 | 167.62 | 209.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 165 | 0 | 0.89 | 0.21 | 0.18 | 314.19 | 0.8 | 0.45 |
| Hex | D1 | 17 | A5 | 0 | 59 | 15 | 12 | 13A | 50 | 2D |
| Octal | 321 | 27 | 245 | 0 | 131 | 25 | 22 | 472 | 120 | 55 |
| Binary | 11010001 | 10111 | 10100101 | 0 | 1011001 | 10101 | 10010 | 100111010 | 1010000 | 101101 |
Color Harmonies of #D117A5
Complementary color
Monochromatic Colors of #D117A5
Black with #D117A5
Text Example
Text Example
White with #D117A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D117A5; }
p { color: rgb(209,23,165); }
H1.HeaderClassName
{
color: #D117A5;
}
.AnyTagClassName
{
color: #D117A5;
}
</style>
background-color css
<style>
a { background-color: #D117A5; }
a { background-color: rgb(209,23,165); }
div.DivClassName
{
background-color: #D117A5;
}
.BgClassName
{
background-color: #D117A5;
}
</style>
border-color css
<style>
span { border-color: #D117A5; }
span { border-color: rgb(209,23,165); }
td.TdClassName
{
border-color: #D117A5;
}
.TagClassName
{
border-color: #D117A5;
}
</style>