Shades of Medium Violet Red #D117A3
Tints of Medium Violet Red #D117A3
RGB
CMYK
RGB Variations
Color information
#D117A3 (or 0xD117A3) is known color: Medium Violet Red. HEX triplet: D1, 17 and A3. RGB value is (209,23,163). Sum of RGB (Red+Green+Blue) = 209+23+163=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D117A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D117A3 is #2EE85C. Grayscale: #5E5E5E. Windows color (decimal): -3074141 or 10688465. OLE color: 10688465.
HSL color Cylindrical-coordinate representation of color #D117A3: hue angle of 314.84º 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 #D117A3 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 163 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.18 |
| HSL | 314.84º | 0.8% | 0.45% | - |
| HSV(B) | 314.84º | 0.89% | 0.82% | - |
| XYZ | 33.21 | 16.81 | 36.15 | - |
| YUV | 94.57 | 166.62 | 209.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 163 | 0 | 0.89 | 0.22 | 0.18 | 314.84 | 0.8 | 0.45 |
| Hex | D1 | 17 | A3 | 0 | 59 | 16 | 12 | 13B | 50 | 2D |
| Octal | 321 | 27 | 243 | 0 | 131 | 26 | 22 | 473 | 120 | 55 |
| Binary | 11010001 | 10111 | 10100011 | 0 | 1011001 | 10110 | 10010 | 100111011 | 1010000 | 101101 |
Color Harmonies of #D117A3
Complementary color
Monochromatic Colors of #D117A3
Black with #D117A3
Text Example
Text Example
White with #D117A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D117A3; }
p { color: rgb(209,23,163); }
H1.HeaderClassName
{
color: #D117A3;
}
.AnyTagClassName
{
color: #D117A3;
}
</style>
background-color css
<style>
a { background-color: #D117A3; }
a { background-color: rgb(209,23,163); }
div.DivClassName
{
background-color: #D117A3;
}
.BgClassName
{
background-color: #D117A3;
}
</style>
border-color css
<style>
span { border-color: #D117A3; }
span { border-color: rgb(209,23,163); }
td.TdClassName
{
border-color: #D117A3;
}
.TagClassName
{
border-color: #D117A3;
}
</style>