Shades of Medium Violet Red #D119AA
Tints of Medium Violet Red #D119AA
RGB
CMYK
RGB Variations
Color information
#D119AA (or 0xD119AA) is known color: Medium Violet Red. HEX triplet: D1, 19 and AA. RGB value is (209,25,170). Sum of RGB (Red+Green+Blue) = 209+25+170=404 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.73% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 209 - color contains mainly: red. Hex color #D119AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D119AA is #2EE655. Grayscale: #606060. Windows color (decimal): -3073622 or 11147729. OLE color: 11147729.
HSL color Cylindrical-coordinate representation of color #D119AA: hue angle of 312.72º 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 #D119AA is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 25 | 170 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.18 |
| HSL | 312.72º | 0.79% | 0.46% | - |
| HSV(B) | 312.72º | 0.88% | 0.82% | - |
| XYZ | 33.9 | 17.15 | 39.55 | - |
| YUV | 96.55 | 169.46 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 25 | 170 | 0 | 0.88 | 0.19 | 0.18 | 312.72 | 0.79 | 0.46 |
| Hex | D1 | 19 | AA | 0 | 58 | 13 | 12 | 139 | 4F | 2E |
| Octal | 321 | 31 | 252 | 0 | 130 | 23 | 22 | 471 | 117 | 56 |
| Binary | 11010001 | 11001 | 10101010 | 0 | 1011000 | 10011 | 10010 | 100111001 | 1001111 | 101110 |
Color Harmonies of #D119AA
Complementary color
Monochromatic Colors of #D119AA
Black with #D119AA
Text Example
Text Example
White with #D119AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D119AA; }
p { color: rgb(209,25,170); }
H1.HeaderClassName
{
color: #D119AA;
}
.AnyTagClassName
{
color: #D119AA;
}
</style>
background-color css
<style>
a { background-color: #D119AA; }
a { background-color: rgb(209,25,170); }
div.DivClassName
{
background-color: #D119AA;
}
.BgClassName
{
background-color: #D119AA;
}
</style>
border-color css
<style>
span { border-color: #D119AA; }
span { border-color: rgb(209,25,170); }
td.TdClassName
{
border-color: #D119AA;
}
.TagClassName
{
border-color: #D119AA;
}
</style>