Shades of Medium Violet Red #D117A1
Tints of Medium Violet Red #D117A1
RGB
CMYK
RGB Variations
Color information
#D117A1 (or 0xD117A1) is known color: Medium Violet Red. HEX triplet: D1, 17 and A1. RGB value is (209,23,161). Sum of RGB (Red+Green+Blue) = 209+23+161=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D117A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D117A1 is #2EE85E. Grayscale: #5D5D5D. Windows color (decimal): -3074143 or 10557393. OLE color: 10557393.
HSL color Cylindrical-coordinate representation of color #D117A1: hue angle of 315.48º 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 #D117A1 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 161 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.18 |
| HSL | 315.48º | 0.8% | 0.45% | - |
| HSV(B) | 315.48º | 0.89% | 0.82% | - |
| XYZ | 33.03 | 16.74 | 35.21 | - |
| YUV | 94.35 | 165.62 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 161 | 0 | 0.89 | 0.23 | 0.18 | 315.48 | 0.8 | 0.45 |
| Hex | D1 | 17 | A1 | 0 | 59 | 17 | 12 | 13B | 50 | 2D |
| Octal | 321 | 27 | 241 | 0 | 131 | 27 | 22 | 473 | 120 | 55 |
| Binary | 11010001 | 10111 | 10100001 | 0 | 1011001 | 10111 | 10010 | 100111011 | 1010000 | 101101 |
Color Harmonies of #D117A1
Complementary color
Monochromatic Colors of #D117A1
Black with #D117A1
Text Example
Text Example
White with #D117A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D117A1; }
p { color: rgb(209,23,161); }
H1.HeaderClassName
{
color: #D117A1;
}
.AnyTagClassName
{
color: #D117A1;
}
</style>
background-color css
<style>
a { background-color: #D117A1; }
a { background-color: rgb(209,23,161); }
div.DivClassName
{
background-color: #D117A1;
}
.BgClassName
{
background-color: #D117A1;
}
</style>
border-color css
<style>
span { border-color: #D117A1; }
span { border-color: rgb(209,23,161); }
td.TdClassName
{
border-color: #D117A1;
}
.TagClassName
{
border-color: #D117A1;
}
</style>