Shades of Medium Violet Red #D718A6
Tints of Medium Violet Red #D718A6
RGB
CMYK
RGB Variations
Color information
#D718A6 (or 0xD718A6) is known color: Medium Violet Red. HEX triplet: D7, 18 and A6. RGB value is (215,24,166). Sum of RGB (Red+Green+Blue) = 215+24+166=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 166 (65.23% from 255 or 40.99% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D718A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D718A6 is #28E759. Grayscale: #606060. Windows color (decimal): -2680666 or 10885335. OLE color: 10885335.
HSL color Cylindrical-coordinate representation of color #D718A6: hue angle of 315.39º 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 #D718A6 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 166 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.16 |
| HSL | 315.39º | 0.8% | 0.47% | - |
| HSV(B) | 315.39º | 0.89% | 0.84% | - |
| XYZ | 35.23 | 17.85 | 37.67 | - |
| YUV | 97.3 | 166.78 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 166 | 0 | 0.89 | 0.23 | 0.16 | 315.39 | 0.8 | 0.47 |
| Hex | D7 | 18 | A6 | 0 | 59 | 17 | 10 | 13B | 50 | 2F |
| Octal | 327 | 30 | 246 | 0 | 131 | 27 | 20 | 473 | 120 | 57 |
| Binary | 11010111 | 11000 | 10100110 | 0 | 1011001 | 10111 | 10000 | 100111011 | 1010000 | 101111 |
Color Harmonies of #D718A6
Complementary color
Monochromatic Colors of #D718A6
Black with #D718A6
Text Example
Text Example
White with #D718A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D718A6; }
p { color: rgb(215,24,166); }
H1.HeaderClassName
{
color: #D718A6;
}
.AnyTagClassName
{
color: #D718A6;
}
</style>
background-color css
<style>
a { background-color: #D718A6; }
a { background-color: rgb(215,24,166); }
div.DivClassName
{
background-color: #D718A6;
}
.BgClassName
{
background-color: #D718A6;
}
</style>
border-color css
<style>
span { border-color: #D718A6; }
span { border-color: rgb(215,24,166); }
td.TdClassName
{
border-color: #D718A6;
}
.TagClassName
{
border-color: #D718A6;
}
</style>