Shades of Medium Violet Red #D518A0
Tints of Medium Violet Red #D518A0
RGB
CMYK
RGB Variations
Color information
#D518A0 (or 0xD518A0) is known color: Medium Violet Red. HEX triplet: D5, 18 and A0. RGB value is (213,24,160). Sum of RGB (Red+Green+Blue) = 213+24+160=397 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.65% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 213 - color contains mainly: red. Hex color #D518A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D518A0 is #2AE75F. Grayscale: #5F5F5F. Windows color (decimal): -2811744 or 10492117. OLE color: 10492117.
HSL color Cylindrical-coordinate representation of color #D518A0: hue angle of 316.83º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D518A0 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 24 | 160 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.16 |
| HSL | 316.83º | 0.8% | 0.46% | - |
| HSV(B) | 316.83º | 0.89% | 0.84% | - |
| XYZ | 34.11 | 17.34 | 34.81 | - |
| YUV | 96.02 | 164.12 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 24 | 160 | 0 | 0.89 | 0.25 | 0.16 | 316.83 | 0.8 | 0.46 |
| Hex | D5 | 18 | A0 | 0 | 59 | 19 | 10 | 13D | 50 | 2E |
| Octal | 325 | 30 | 240 | 0 | 131 | 31 | 20 | 475 | 120 | 56 |
| Binary | 11010101 | 11000 | 10100000 | 0 | 1011001 | 11001 | 10000 | 100111101 | 1010000 | 101110 |
Color Harmonies of #D518A0
Complementary color
Monochromatic Colors of #D518A0
Black with #D518A0
Text Example
Text Example
White with #D518A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D518A0; }
p { color: rgb(213,24,160); }
H1.HeaderClassName
{
color: #D518A0;
}
.AnyTagClassName
{
color: #D518A0;
}
</style>
background-color css
<style>
a { background-color: #D518A0; }
a { background-color: rgb(213,24,160); }
div.DivClassName
{
background-color: #D518A0;
}
.BgClassName
{
background-color: #D518A0;
}
</style>
border-color css
<style>
span { border-color: #D518A0; }
span { border-color: rgb(213,24,160); }
td.TdClassName
{
border-color: #D518A0;
}
.TagClassName
{
border-color: #D518A0;
}
</style>