Shades of Medium Violet Red #D71A93
Tints of Medium Violet Red #D71A93
RGB
CMYK
RGB Variations
Color information
#D71A93 (or 0xD71A93) is known color: Medium Violet Red. HEX triplet: D7, 1A and 93. RGB value is (215,26,147). Sum of RGB (Red+Green+Blue) = 215+26+147=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 26 (10.55% from 255 or 6.70% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71A93 is #28E56C. Grayscale: #606060. Windows color (decimal): -2680173 or 9640663. OLE color: 9640663.
HSL color Cylindrical-coordinate representation of color #D71A93: hue angle of 321.59º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A93 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 147 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.16 |
| HSL | 321.59º | 0.78% | 0.47% | - |
| HSV(B) | 321.59º | 0.88% | 0.84% | - |
| XYZ | 33.66 | 17.29 | 29.17 | - |
| YUV | 96.31 | 156.62 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 147 | 0 | 0.88 | 0.32 | 0.16 | 321.59 | 0.78 | 0.47 |
| Hex | D7 | 1A | 93 | 0 | 58 | 20 | 10 | 142 | 4E | 2F |
| Octal | 327 | 32 | 223 | 0 | 130 | 40 | 20 | 502 | 116 | 57 |
| Binary | 11010111 | 11010 | 10010011 | 0 | 1011000 | 100000 | 10000 | 101000010 | 1001110 | 101111 |
Color Harmonies of #D71A93
Complementary color
Monochromatic Colors of #D71A93
Black with #D71A93
Text Example
Text Example
White with #D71A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71A93; }
p { color: rgb(215,26,147); }
H1.HeaderClassName
{
color: #D71A93;
}
.AnyTagClassName
{
color: #D71A93;
}
</style>
background-color css
<style>
a { background-color: #D71A93; }
a { background-color: rgb(215,26,147); }
div.DivClassName
{
background-color: #D71A93;
}
.BgClassName
{
background-color: #D71A93;
}
</style>
border-color css
<style>
span { border-color: #D71A93; }
span { border-color: rgb(215,26,147); }
td.TdClassName
{
border-color: #D71A93;
}
.TagClassName
{
border-color: #D71A93;
}
</style>