Shades of Medium Violet Red #D715A4
Tints of Medium Violet Red #D715A4
RGB
CMYK
RGB Variations
Color information
#D715A4 (or 0xD715A4) is known color: Medium Violet Red. HEX triplet: D7, 15 and A4. RGB value is (215,21,164). Sum of RGB (Red+Green+Blue) = 215+21+164=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D715A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D715A4 is #28EA5B. Grayscale: #5E5E5E. Windows color (decimal): -2681436 or 10753495. OLE color: 10753495.
HSL color Cylindrical-coordinate representation of color #D715A4: hue angle of 315.77º 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 #D715A4 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 164 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.16 |
| HSL | 315.77º | 0.82% | 0.46% | - |
| HSV(B) | 315.77º | 0.9% | 0.84% | - |
| XYZ | 34.99 | 17.66 | 36.69 | - |
| YUV | 95.31 | 166.77 | 213.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 164 | 0 | 0.90 | 0.24 | 0.16 | 315.77 | 0.82 | 0.46 |
| Hex | D7 | 15 | A4 | 0 | 5A | 18 | 10 | 13C | 52 | 2E |
| Octal | 327 | 25 | 244 | 0 | 132 | 30 | 20 | 474 | 122 | 56 |
| Binary | 11010111 | 10101 | 10100100 | 0 | 1011010 | 11000 | 10000 | 100111100 | 1010010 | 101110 |
Color Harmonies of #D715A4
Complementary color
Monochromatic Colors of #D715A4
Black with #D715A4
Text Example
Text Example
White with #D715A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D715A4; }
p { color: rgb(215,21,164); }
H1.HeaderClassName
{
color: #D715A4;
}
.AnyTagClassName
{
color: #D715A4;
}
</style>
background-color css
<style>
a { background-color: #D715A4; }
a { background-color: rgb(215,21,164); }
div.DivClassName
{
background-color: #D715A4;
}
.BgClassName
{
background-color: #D715A4;
}
</style>
border-color css
<style>
span { border-color: #D715A4; }
span { border-color: rgb(215,21,164); }
td.TdClassName
{
border-color: #D715A4;
}
.TagClassName
{
border-color: #D715A4;
}
</style>