Shades of Medium Violet Red #D919A1
Tints of Medium Violet Red #D919A1
RGB
CMYK
RGB Variations
Color information
#D919A1 (or 0xD919A1) is known color: Medium Violet Red. HEX triplet: D9, 19 and A1. RGB value is (217,25,161). Sum of RGB (Red+Green+Blue) = 217+25+161=403 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.85% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 161 (63.28% from 255 or 39.95% from 403); Max value from RGB is 217 - color contains mainly: red. Hex color #D919A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D919A1 is #26E65E. Grayscale: #616161. Windows color (decimal): -2549343 or 10557913. OLE color: 10557913.
HSL color Cylindrical-coordinate representation of color #D919A1: hue angle of 317.5º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D919A1 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 161 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.15 |
| HSL | 317.5º | 0.79% | 0.47% | - |
| HSV(B) | 317.5º | 0.88% | 0.85% | - |
| XYZ | 35.4 | 18.02 | 35.33 | - |
| YUV | 97.91 | 163.61 | 212.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 161 | 0 | 0.88 | 0.26 | 0.15 | 317.5 | 0.79 | 0.47 |
| Hex | D9 | 19 | A1 | 0 | 58 | 1A | F | 13E | 4F | 2F |
| Octal | 331 | 31 | 241 | 0 | 130 | 32 | 17 | 476 | 117 | 57 |
| Binary | 11011001 | 11001 | 10100001 | 0 | 1011000 | 11010 | 1111 | 100111110 | 1001111 | 101111 |
Color Harmonies of #D919A1
Complementary color
Monochromatic Colors of #D919A1
Black with #D919A1
Text Example
Text Example
White with #D919A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D919A1; }
p { color: rgb(217,25,161); }
H1.HeaderClassName
{
color: #D919A1;
}
.AnyTagClassName
{
color: #D919A1;
}
</style>
background-color css
<style>
a { background-color: #D919A1; }
a { background-color: rgb(217,25,161); }
div.DivClassName
{
background-color: #D919A1;
}
.BgClassName
{
background-color: #D919A1;
}
</style>
border-color css
<style>
span { border-color: #D919A1; }
span { border-color: rgb(217,25,161); }
td.TdClassName
{
border-color: #D919A1;
}
.TagClassName
{
border-color: #D919A1;
}
</style>