Shades of Medium Violet Red #D919A2
Tints of Medium Violet Red #D919A2
RGB
CMYK
RGB Variations
Color information
#D919A2 (or 0xD919A2) is known color: Medium Violet Red. HEX triplet: D9, 19 and A2. RGB value is (217,25,162). Sum of RGB (Red+Green+Blue) = 217+25+162=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D919A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D919A2 is #26E65D. Grayscale: #616161. Windows color (decimal): -2549342 or 10623449. OLE color: 10623449.
HSL color Cylindrical-coordinate representation of color #D919A2: hue angle of 317.19º 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 #D919A2 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 25 | 162 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.15 |
| HSL | 317.19º | 0.79% | 0.47% | - |
| HSV(B) | 317.19º | 0.88% | 0.85% | - |
| XYZ | 35.48 | 18.06 | 35.8 | - |
| YUV | 98.03 | 164.11 | 212.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 25 | 162 | 0 | 0.88 | 0.25 | 0.15 | 317.19 | 0.79 | 0.47 |
| Hex | D9 | 19 | A2 | 0 | 58 | 19 | F | 13D | 4F | 2F |
| Octal | 331 | 31 | 242 | 0 | 130 | 31 | 17 | 475 | 117 | 57 |
| Binary | 11011001 | 11001 | 10100010 | 0 | 1011000 | 11001 | 1111 | 100111101 | 1001111 | 101111 |
Color Harmonies of #D919A2
Complementary color
Monochromatic Colors of #D919A2
Black with #D919A2
Text Example
Text Example
White with #D919A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D919A2; }
p { color: rgb(217,25,162); }
H1.HeaderClassName
{
color: #D919A2;
}
.AnyTagClassName
{
color: #D919A2;
}
</style>
background-color css
<style>
a { background-color: #D919A2; }
a { background-color: rgb(217,25,162); }
div.DivClassName
{
background-color: #D919A2;
}
.BgClassName
{
background-color: #D919A2;
}
</style>
border-color css
<style>
span { border-color: #D919A2; }
span { border-color: rgb(217,25,162); }
td.TdClassName
{
border-color: #D919A2;
}
.TagClassName
{
border-color: #D919A2;
}
</style>