Shades of Medium Violet Red #D118A7
Tints of Medium Violet Red #D118A7
RGB
CMYK
RGB Variations
Color information
#D118A7 (or 0xD118A7) is known color: Medium Violet Red. HEX triplet: D1, 18 and A7. RGB value is (209,24,167). Sum of RGB (Red+Green+Blue) = 209+24+167=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 24 (9.77% from 255 or 6% from 400); Blue value is 167 (65.62% from 255 or 41.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D118A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D118A7 is #2EE758. Grayscale: #5F5F5F. Windows color (decimal): -3073881 or 10950865. OLE color: 10950865.
HSL color Cylindrical-coordinate representation of color #D118A7: hue angle of 313.62º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D118A7 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 167 | - |
| CMYK | 0 | 0.89 | 0.20 | 0.18 |
| HSL | 313.62º | 0.79% | 0.46% | - |
| HSV(B) | 313.62º | 0.89% | 0.82% | - |
| XYZ | 33.6 | 17 | 38.07 | - |
| YUV | 95.62 | 168.29 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 167 | 0 | 0.89 | 0.20 | 0.18 | 313.62 | 0.79 | 0.46 |
| Hex | D1 | 18 | A7 | 0 | 59 | 14 | 12 | 13A | 4F | 2E |
| Octal | 321 | 30 | 247 | 0 | 131 | 24 | 22 | 472 | 117 | 56 |
| Binary | 11010001 | 11000 | 10100111 | 0 | 1011001 | 10100 | 10010 | 100111010 | 1001111 | 101110 |
Color Harmonies of #D118A7
Complementary color
Monochromatic Colors of #D118A7
Black with #D118A7
Text Example
Text Example
White with #D118A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D118A7; }
p { color: rgb(209,24,167); }
H1.HeaderClassName
{
color: #D118A7;
}
.AnyTagClassName
{
color: #D118A7;
}
</style>
background-color css
<style>
a { background-color: #D118A7; }
a { background-color: rgb(209,24,167); }
div.DivClassName
{
background-color: #D118A7;
}
.BgClassName
{
background-color: #D118A7;
}
</style>
border-color css
<style>
span { border-color: #D118A7; }
span { border-color: rgb(209,24,167); }
td.TdClassName
{
border-color: #D118A7;
}
.TagClassName
{
border-color: #D118A7;
}
</style>