Shades of Medium Violet Red #D71475
Tints of Medium Violet Red #D71475
RGB
CMYK
RGB Variations
Color information
#D71475 (or 0xD71475) is known color: Medium Violet Red. HEX triplet: D7, 14 and 75. RGB value is (215,20,117). Sum of RGB (Red+Green+Blue) = 215+20+117=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D71475 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71475 is #28EB8A. Grayscale: #595959. Windows color (decimal): -2681739 or 7673047. OLE color: 7673047.
HSL color Cylindrical-coordinate representation of color #D71475: hue angle of 330.15º 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 #D71475 is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 117 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.16 |
| HSL | 330.15º | 0.83% | 0.46% | - |
| HSV(B) | 330.15º | 0.91% | 0.84% | - |
| XYZ | 31.49 | 16.23 | 18.3 | - |
| YUV | 89.36 | 143.6 | 217.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 117 | 0 | 0.91 | 0.46 | 0.16 | 330.15 | 0.83 | 0.46 |
| Hex | D7 | 14 | 75 | 0 | 5B | 2E | 10 | 14A | 53 | 2E |
| Octal | 327 | 24 | 165 | 0 | 133 | 56 | 20 | 512 | 123 | 56 |
| Binary | 11010111 | 10100 | 1110101 | 0 | 1011011 | 101110 | 10000 | 101001010 | 1010011 | 101110 |
Color Harmonies of #D71475
Complementary color
Monochromatic Colors of #D71475
Black with #D71475
Text Example
Text Example
White with #D71475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71475; }
p { color: rgb(215,20,117); }
H1.HeaderClassName
{
color: #D71475;
}
.AnyTagClassName
{
color: #D71475;
}
</style>
background-color css
<style>
a { background-color: #D71475; }
a { background-color: rgb(215,20,117); }
div.DivClassName
{
background-color: #D71475;
}
.BgClassName
{
background-color: #D71475;
}
</style>
border-color css
<style>
span { border-color: #D71475; }
span { border-color: rgb(215,20,117); }
td.TdClassName
{
border-color: #D71475;
}
.TagClassName
{
border-color: #D71475;
}
</style>