Shades of Medium Violet Red #D119A8
Tints of Medium Violet Red #D119A8
RGB
CMYK
RGB Variations
Color information
#D119A8 (or 0xD119A8) is known color: Medium Violet Red. HEX triplet: D1, 19 and A8. RGB value is (209,25,168). Sum of RGB (Red+Green+Blue) = 209+25+168=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 168 (66.02% from 255 or 41.79% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D119A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D119A8 is #2EE657. Grayscale: #5F5F5F. Windows color (decimal): -3073624 or 11016657. OLE color: 11016657.
HSL color Cylindrical-coordinate representation of color #D119A8: hue angle of 313.37º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D119A8 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 168 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.18 |
| HSL | 313.37º | 0.79% | 0.46% | - |
| HSV(B) | 313.37º | 0.88% | 0.82% | - |
| XYZ | 33.71 | 17.08 | 38.57 | - |
| YUV | 96.32 | 168.46 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 168 | 0 | 0.88 | 0.20 | 0.18 | 313.37 | 0.79 | 0.46 |
| Hex | D1 | 19 | A8 | 0 | 58 | 14 | 12 | 139 | 4F | 2E |
| Octal | 321 | 31 | 250 | 0 | 130 | 24 | 22 | 471 | 117 | 56 |
| Binary | 11010001 | 11001 | 10101000 | 0 | 1011000 | 10100 | 10010 | 100111001 | 1001111 | 101110 |
Color Harmonies of #D119A8
Complementary color
Monochromatic Colors of #D119A8
Black with #D119A8
Text Example
Text Example
White with #D119A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119A8; }
p { color: rgb(209,25,168); }
H1.HeaderClassName
{
color: #D119A8;
}
.AnyTagClassName
{
color: #D119A8;
}
</style>
background-color css
<style>
a { background-color: #D119A8; }
a { background-color: rgb(209,25,168); }
div.DivClassName
{
background-color: #D119A8;
}
.BgClassName
{
background-color: #D119A8;
}
</style>
border-color css
<style>
span { border-color: #D119A8; }
span { border-color: rgb(209,25,168); }
td.TdClassName
{
border-color: #D119A8;
}
.TagClassName
{
border-color: #D119A8;
}
</style>