Shades of Medium Violet Red #D519A0
Tints of Medium Violet Red #D519A0
RGB
CMYK
RGB Variations
Color information
#D519A0 (or 0xD519A0) is known color: Medium Violet Red. HEX triplet: D5, 19 and A0. RGB value is (213,25,160). Sum of RGB (Red+Green+Blue) = 213+25+160=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D519A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519A0 is #2AE65F. Grayscale: #606060. Windows color (decimal): -2811488 or 10492373. OLE color: 10492373.
HSL color Cylindrical-coordinate representation of color #D519A0: hue angle of 316.91º 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 #D519A0 is Cyan = 0, Magento = 0.88, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 160 | - |
| CMYK | 0 | 0.88 | 0.25 | 0.16 |
| HSL | 316.91º | 0.79% | 0.47% | - |
| HSV(B) | 316.91º | 0.88% | 0.84% | - |
| XYZ | 34.13 | 17.38 | 34.81 | - |
| YUV | 96.6 | 163.78 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 160 | 0 | 0.88 | 0.25 | 0.16 | 316.91 | 0.79 | 0.47 |
| Hex | D5 | 19 | A0 | 0 | 58 | 19 | 10 | 13D | 4F | 2F |
| Octal | 325 | 31 | 240 | 0 | 130 | 31 | 20 | 475 | 117 | 57 |
| Binary | 11010101 | 11001 | 10100000 | 0 | 1011000 | 11001 | 10000 | 100111101 | 1001111 | 101111 |
Color Harmonies of #D519A0
Complementary color
Monochromatic Colors of #D519A0
Black with #D519A0
Text Example
Text Example
White with #D519A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D519A0; }
p { color: rgb(213,25,160); }
H1.HeaderClassName
{
color: #D519A0;
}
.AnyTagClassName
{
color: #D519A0;
}
</style>
background-color css
<style>
a { background-color: #D519A0; }
a { background-color: rgb(213,25,160); }
div.DivClassName
{
background-color: #D519A0;
}
.BgClassName
{
background-color: #D519A0;
}
</style>
border-color css
<style>
span { border-color: #D519A0; }
span { border-color: rgb(213,25,160); }
td.TdClassName
{
border-color: #D519A0;
}
.TagClassName
{
border-color: #D519A0;
}
</style>