Shades of Medium Violet Red #D718A0
Tints of Medium Violet Red #D718A0
RGB
CMYK
RGB Variations
Color information
#D718A0 (or 0xD718A0) is known color: Medium Violet Red. HEX triplet: D7, 18 and A0. RGB value is (215,24,160). Sum of RGB (Red+Green+Blue) = 215+24+160=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D718A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D718A0 is #28E75F. Grayscale: #606060. Windows color (decimal): -2680672 or 10492119. OLE color: 10492119.
HSL color Cylindrical-coordinate representation of color #D718A0: hue angle of 317.28º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D718A0 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 160 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.16 |
| HSL | 317.28º | 0.8% | 0.47% | - |
| HSV(B) | 317.28º | 0.89% | 0.84% | - |
| XYZ | 34.7 | 17.64 | 34.83 | - |
| YUV | 96.61 | 163.78 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 160 | 0 | 0.89 | 0.26 | 0.16 | 317.28 | 0.8 | 0.47 |
| Hex | D7 | 18 | A0 | 0 | 59 | 1A | 10 | 13D | 50 | 2F |
| Octal | 327 | 30 | 240 | 0 | 131 | 32 | 20 | 475 | 120 | 57 |
| Binary | 11010111 | 11000 | 10100000 | 0 | 1011001 | 11010 | 10000 | 100111101 | 1010000 | 101111 |
Color Harmonies of #D718A0
Complementary color
Monochromatic Colors of #D718A0
Black with #D718A0
Text Example
Text Example
White with #D718A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718A0; }
p { color: rgb(215,24,160); }
H1.HeaderClassName
{
color: #D718A0;
}
.AnyTagClassName
{
color: #D718A0;
}
</style>
background-color css
<style>
a { background-color: #D718A0; }
a { background-color: rgb(215,24,160); }
div.DivClassName
{
background-color: #D718A0;
}
.BgClassName
{
background-color: #D718A0;
}
</style>
border-color css
<style>
span { border-color: #D718A0; }
span { border-color: rgb(215,24,160); }
td.TdClassName
{
border-color: #D718A0;
}
.TagClassName
{
border-color: #D718A0;
}
</style>