Shades of Medium Violet Red #D519A8
Tints of Medium Violet Red #D519A8
RGB
CMYK
RGB Variations
Color information
#D519A8 (or 0xD519A8) is known color: Medium Violet Red. HEX triplet: D5, 19 and A8. RGB value is (213,25,168). Sum of RGB (Red+Green+Blue) = 213+25+168=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D519A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D519A8 is #2AE657. Grayscale: #616161. Windows color (decimal): -2811480 or 11016661. OLE color: 11016661.
HSL color Cylindrical-coordinate representation of color #D519A8: hue angle of 314.36º 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 #D519A8 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 25 | 168 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.16 |
| HSL | 314.36º | 0.79% | 0.47% | - |
| HSV(B) | 314.36º | 0.88% | 0.84% | - |
| XYZ | 34.86 | 17.67 | 38.62 | - |
| YUV | 97.51 | 167.78 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 25 | 168 | 0 | 0.88 | 0.21 | 0.16 | 314.36 | 0.79 | 0.47 |
| Hex | D5 | 19 | A8 | 0 | 58 | 15 | 10 | 13A | 4F | 2F |
| Octal | 325 | 31 | 250 | 0 | 130 | 25 | 20 | 472 | 117 | 57 |
| Binary | 11010101 | 11001 | 10101000 | 0 | 1011000 | 10101 | 10000 | 100111010 | 1001111 | 101111 |
Color Harmonies of #D519A8
Complementary color
Monochromatic Colors of #D519A8
Black with #D519A8
Text Example
Text Example
White with #D519A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D519A8; }
p { color: rgb(213,25,168); }
H1.HeaderClassName
{
color: #D519A8;
}
.AnyTagClassName
{
color: #D519A8;
}
</style>
background-color css
<style>
a { background-color: #D519A8; }
a { background-color: rgb(213,25,168); }
div.DivClassName
{
background-color: #D519A8;
}
.BgClassName
{
background-color: #D519A8;
}
</style>
border-color css
<style>
span { border-color: #D519A8; }
span { border-color: rgb(213,25,168); }
td.TdClassName
{
border-color: #D519A8;
}
.TagClassName
{
border-color: #D519A8;
}
</style>