Shades of Medium Violet Red #D719A0
Tints of Medium Violet Red #D719A0
RGB
CMYK
RGB Variations
Color information
#D719A0 (or 0xD719A0) is known color: Medium Violet Red. HEX triplet: D7, 19 and A0. RGB value is (215,25,160). Sum of RGB (Red+Green+Blue) = 215+25+160=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 160 (62.89% from 255 or 40% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D719A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D719A0 is #28E65F. Grayscale: #606060. Windows color (decimal): -2680416 or 10492375. OLE color: 10492375.
HSL color Cylindrical-coordinate representation of color #D719A0: hue angle of 317.37º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D719A0 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 25 | 160 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.16 |
| HSL | 317.37º | 0.79% | 0.47% | - |
| HSV(B) | 317.37º | 0.88% | 0.84% | - |
| XYZ | 34.72 | 17.68 | 34.84 | - |
| YUV | 97.2 | 163.45 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 25 | 160 | 0 | 0.88 | 0.26 | 0.16 | 317.37 | 0.79 | 0.47 |
| Hex | D7 | 19 | A0 | 0 | 58 | 1A | 10 | 13D | 4F | 2F |
| Octal | 327 | 31 | 240 | 0 | 130 | 32 | 20 | 475 | 117 | 57 |
| Binary | 11010111 | 11001 | 10100000 | 0 | 1011000 | 11010 | 10000 | 100111101 | 1001111 | 101111 |
Color Harmonies of #D719A0
Complementary color
Monochromatic Colors of #D719A0
Black with #D719A0
Text Example
Text Example
White with #D719A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D719A0; }
p { color: rgb(215,25,160); }
H1.HeaderClassName
{
color: #D719A0;
}
.AnyTagClassName
{
color: #D719A0;
}
</style>
background-color css
<style>
a { background-color: #D719A0; }
a { background-color: rgb(215,25,160); }
div.DivClassName
{
background-color: #D719A0;
}
.BgClassName
{
background-color: #D719A0;
}
</style>
border-color css
<style>
span { border-color: #D719A0; }
span { border-color: rgb(215,25,160); }
td.TdClassName
{
border-color: #D719A0;
}
.TagClassName
{
border-color: #D719A0;
}
</style>