Shades of Medium Violet Red #D515A1
Tints of Medium Violet Red #D515A1
RGB
CMYK
RGB Variations
Color information
#D515A1 (or 0xD515A1) is known color: Medium Violet Red. HEX triplet: D5, 15 and A1. RGB value is (213,21,161). Sum of RGB (Red+Green+Blue) = 213+21+161=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 21 (8.59% from 255 or 5.32% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D515A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D515A1 is #2AEA5E. Grayscale: #5E5E5E. Windows color (decimal): -2812511 or 10556885. OLE color: 10556885.
HSL color Cylindrical-coordinate representation of color #D515A1: hue angle of 316.25º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D515A1 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 21 | 161 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.16 |
| HSL | 316.25º | 0.82% | 0.46% | - |
| HSV(B) | 316.25º | 0.9% | 0.84% | - |
| XYZ | 34.14 | 17.26 | 35.25 | - |
| YUV | 94.37 | 165.61 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 21 | 161 | 0 | 0.90 | 0.24 | 0.16 | 316.25 | 0.82 | 0.46 |
| Hex | D5 | 15 | A1 | 0 | 5A | 18 | 10 | 13C | 52 | 2E |
| Octal | 325 | 25 | 241 | 0 | 132 | 30 | 20 | 474 | 122 | 56 |
| Binary | 11010101 | 10101 | 10100001 | 0 | 1011010 | 11000 | 10000 | 100111100 | 1010010 | 101110 |
Color Harmonies of #D515A1
Complementary color
Monochromatic Colors of #D515A1
Black with #D515A1
Text Example
Text Example
White with #D515A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D515A1; }
p { color: rgb(213,21,161); }
H1.HeaderClassName
{
color: #D515A1;
}
.AnyTagClassName
{
color: #D515A1;
}
</style>
background-color css
<style>
a { background-color: #D515A1; }
a { background-color: rgb(213,21,161); }
div.DivClassName
{
background-color: #D515A1;
}
.BgClassName
{
background-color: #D515A1;
}
</style>
border-color css
<style>
span { border-color: #D515A1; }
span { border-color: rgb(213,21,161); }
td.TdClassName
{
border-color: #D515A1;
}
.TagClassName
{
border-color: #D515A1;
}
</style>