Shades of Medium Violet Red #D71493
Tints of Medium Violet Red #D71493
RGB
CMYK
RGB Variations
Color information
#D71493 (or 0xD71493) is known color: Medium Violet Red. HEX triplet: D7, 14 and 93. RGB value is (215,20,147). Sum of RGB (Red+Green+Blue) = 215+20+147=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 20 (8.20% from 255 or 5.24% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D71493 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71493 is #28EB6C. Grayscale: #5C5C5C. Windows color (decimal): -2681709 or 9639127. OLE color: 9639127.
HSL color Cylindrical-coordinate representation of color #D71493: hue angle of 320.92º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71493 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 147 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.16 |
| HSL | 320.92º | 0.83% | 0.46% | - |
| HSV(B) | 320.92º | 0.91% | 0.84% | - |
| XYZ | 33.54 | 17.05 | 29.13 | - |
| YUV | 92.78 | 158.6 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 147 | 0 | 0.91 | 0.32 | 0.16 | 320.92 | 0.83 | 0.46 |
| Hex | D7 | 14 | 93 | 0 | 5B | 20 | 10 | 141 | 53 | 2E |
| Octal | 327 | 24 | 223 | 0 | 133 | 40 | 20 | 501 | 123 | 56 |
| Binary | 11010111 | 10100 | 10010011 | 0 | 1011011 | 100000 | 10000 | 101000001 | 1010011 | 101110 |
Color Harmonies of #D71493
Complementary color
Monochromatic Colors of #D71493
Black with #D71493
Text Example
Text Example
White with #D71493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71493; }
p { color: rgb(215,20,147); }
H1.HeaderClassName
{
color: #D71493;
}
.AnyTagClassName
{
color: #D71493;
}
</style>
background-color css
<style>
a { background-color: #D71493; }
a { background-color: rgb(215,20,147); }
div.DivClassName
{
background-color: #D71493;
}
.BgClassName
{
background-color: #D71493;
}
</style>
border-color css
<style>
span { border-color: #D71493; }
span { border-color: rgb(215,20,147); }
td.TdClassName
{
border-color: #D71493;
}
.TagClassName
{
border-color: #D71493;
}
</style>