Shades of Medium Violet Red #D915A0
Tints of Medium Violet Red #D915A0
RGB
CMYK
RGB Variations
Color information
#D915A0 (or 0xD915A0) is known color: Medium Violet Red. HEX triplet: D9, 15 and A0. RGB value is (217,21,160). Sum of RGB (Red+Green+Blue) = 217+21+160=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 21 (8.59% from 255 or 5.28% from 398); Blue value is 160 (62.89% from 255 or 40.20% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D915A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D915A0 is #26EA5F. Grayscale: #5F5F5F. Windows color (decimal): -2550368 or 10491353. OLE color: 10491353.
HSL color Cylindrical-coordinate representation of color #D915A0: hue angle of 317.45º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D915A0 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 21 | 160 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.15 |
| HSL | 317.45º | 0.82% | 0.47% | - |
| HSV(B) | 317.45º | 0.9% | 0.85% | - |
| XYZ | 35.23 | 17.83 | 34.84 | - |
| YUV | 95.45 | 164.43 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 21 | 160 | 0 | 0.90 | 0.26 | 0.15 | 317.45 | 0.82 | 0.47 |
| Hex | D9 | 15 | A0 | 0 | 5A | 1A | F | 13D | 52 | 2F |
| Octal | 331 | 25 | 240 | 0 | 132 | 32 | 17 | 475 | 122 | 57 |
| Binary | 11011001 | 10101 | 10100000 | 0 | 1011010 | 11010 | 1111 | 100111101 | 1010010 | 101111 |
Color Harmonies of #D915A0
Complementary color
Monochromatic Colors of #D915A0
Black with #D915A0
Text Example
Text Example
White with #D915A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D915A0; }
p { color: rgb(217,21,160); }
H1.HeaderClassName
{
color: #D915A0;
}
.AnyTagClassName
{
color: #D915A0;
}
</style>
background-color css
<style>
a { background-color: #D915A0; }
a { background-color: rgb(217,21,160); }
div.DivClassName
{
background-color: #D915A0;
}
.BgClassName
{
background-color: #D915A0;
}
</style>
border-color css
<style>
span { border-color: #D915A0; }
span { border-color: rgb(217,21,160); }
td.TdClassName
{
border-color: #D915A0;
}
.TagClassName
{
border-color: #D915A0;
}
</style>