Shades of Medium Violet Red #D71E9A
Tints of Medium Violet Red #D71E9A
RGB
CMYK
RGB Variations
Color information
#D71E9A (or 0xD71E9A) is known color: Medium Violet Red. HEX triplet: D7, 1E and 9A. RGB value is (215,30,154). Sum of RGB (Red+Green+Blue) = 215+30+154=399 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.88% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71E9A is #28E165. Grayscale: #636363. Windows color (decimal): -2679142 or 10100439. OLE color: 10100439.
HSL color Cylindrical-coordinate representation of color #D71E9A: hue angle of 319.78º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D71E9A is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 30 | 154 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.16 |
| HSL | 319.78º | 0.76% | 0.48% | - |
| HSV(B) | 319.78º | 0.86% | 0.84% | - |
| XYZ | 34.32 | 17.71 | 32.18 | - |
| YUV | 99.45 | 158.79 | 210.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 30 | 154 | 0 | 0.86 | 0.28 | 0.16 | 319.78 | 0.76 | 0.48 |
| Hex | D7 | 1E | 9A | 0 | 56 | 1C | 10 | 140 | 4C | 30 |
| Octal | 327 | 36 | 232 | 0 | 126 | 34 | 20 | 500 | 114 | 60 |
| Binary | 11010111 | 11110 | 10011010 | 0 | 1010110 | 11100 | 10000 | 101000000 | 1001100 | 110000 |
Color Harmonies of #D71E9A
Complementary color
Monochromatic Colors of #D71E9A
Black with #D71E9A
Text Example
Text Example
White with #D71E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71E9A; }
p { color: rgb(215,30,154); }
H1.HeaderClassName
{
color: #D71E9A;
}
.AnyTagClassName
{
color: #D71E9A;
}
</style>
background-color css
<style>
a { background-color: #D71E9A; }
a { background-color: rgb(215,30,154); }
div.DivClassName
{
background-color: #D71E9A;
}
.BgClassName
{
background-color: #D71E9A;
}
</style>
border-color css
<style>
span { border-color: #D71E9A; }
span { border-color: rgb(215,30,154); }
td.TdClassName
{
border-color: #D71E9A;
}
.TagClassName
{
border-color: #D71E9A;
}
</style>