Shades of Medium Violet Red #D71293
Tints of Medium Violet Red #D71293
RGB
CMYK
RGB Variations
Color information
#D71293 (or 0xD71293) is known color: Medium Violet Red. HEX triplet: D7, 12 and 93. RGB value is (215,18,147). Sum of RGB (Red+Green+Blue) = 215+18+147=380 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.58% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 215 - color contains mainly: red. Hex color #D71293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71293 is #28ED6C. Grayscale: #5B5B5B. Windows color (decimal): -2682221 or 9638615. OLE color: 9638615.
HSL color Cylindrical-coordinate representation of color #D71293: hue angle of 320.71º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71293 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 147 | - |
| CMYK | 0 | 0.92 | 0.32 | 0.16 |
| HSL | 320.71º | 0.85% | 0.46% | - |
| HSV(B) | 320.71º | 0.92% | 0.84% | - |
| XYZ | 33.51 | 16.99 | 29.12 | - |
| YUV | 91.61 | 159.27 | 216.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 147 | 0 | 0.92 | 0.32 | 0.16 | 320.71 | 0.85 | 0.46 |
| Hex | D7 | 12 | 93 | 0 | 5C | 20 | 10 | 141 | 55 | 2E |
| Octal | 327 | 22 | 223 | 0 | 134 | 40 | 20 | 501 | 125 | 56 |
| Binary | 11010111 | 10010 | 10010011 | 0 | 1011100 | 100000 | 10000 | 101000001 | 1010101 | 101110 |
Color Harmonies of #D71293
Complementary color
Monochromatic Colors of #D71293
Black with #D71293
Text Example
Text Example
White with #D71293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71293; }
p { color: rgb(215,18,147); }
H1.HeaderClassName
{
color: #D71293;
}
.AnyTagClassName
{
color: #D71293;
}
</style>
background-color css
<style>
a { background-color: #D71293; }
a { background-color: rgb(215,18,147); }
div.DivClassName
{
background-color: #D71293;
}
.BgClassName
{
background-color: #D71293;
}
</style>
border-color css
<style>
span { border-color: #D71293; }
span { border-color: rgb(215,18,147); }
td.TdClassName
{
border-color: #D71293;
}
.TagClassName
{
border-color: #D71293;
}
</style>