Shades of Medium Violet Red #D815A0
Tints of Medium Violet Red #D815A0
RGB
CMYK
RGB Variations
Color information
#D815A0 (or 0xD815A0) is known color: Medium Violet Red. HEX triplet: D8, 15 and A0. RGB value is (216,21,160). Sum of RGB (Red+Green+Blue) = 216+21+160=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D815A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D815A0 is #27EA5F. Grayscale: #5E5E5E. Windows color (decimal): -2615904 or 10491352. OLE color: 10491352.
HSL color Cylindrical-coordinate representation of color #D815A0: hue angle of 317.23º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D815A0 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 21 | 160 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.15 |
| HSL | 317.23º | 0.82% | 0.46% | - |
| HSV(B) | 317.23º | 0.9% | 0.85% | - |
| XYZ | 34.93 | 17.67 | 34.83 | - |
| YUV | 95.15 | 164.6 | 214.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 21 | 160 | 0 | 0.90 | 0.26 | 0.15 | 317.23 | 0.82 | 0.46 |
| Hex | D8 | 15 | A0 | 0 | 5A | 1A | F | 13D | 52 | 2E |
| Octal | 330 | 25 | 240 | 0 | 132 | 32 | 17 | 475 | 122 | 56 |
| Binary | 11011000 | 10101 | 10100000 | 0 | 1011010 | 11010 | 1111 | 100111101 | 1010010 | 101110 |
Color Harmonies of #D815A0
Complementary color
Monochromatic Colors of #D815A0
Black with #D815A0
Text Example
Text Example
White with #D815A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D815A0; }
p { color: rgb(216,21,160); }
H1.HeaderClassName
{
color: #D815A0;
}
.AnyTagClassName
{
color: #D815A0;
}
</style>
background-color css
<style>
a { background-color: #D815A0; }
a { background-color: rgb(216,21,160); }
div.DivClassName
{
background-color: #D815A0;
}
.BgClassName
{
background-color: #D815A0;
}
</style>
border-color css
<style>
span { border-color: #D815A0; }
span { border-color: rgb(216,21,160); }
td.TdClassName
{
border-color: #D815A0;
}
.TagClassName
{
border-color: #D815A0;
}
</style>