Shades of Medium Violet Red #D71875
Tints of Medium Violet Red #D71875
RGB
CMYK
RGB Variations
Color information
#D71875 (or 0xD71875) is known color: Medium Violet Red. HEX triplet: D7, 18 and 75. RGB value is (215,24,117). Sum of RGB (Red+Green+Blue) = 215+24+117=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D71875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71875 is #28E78A. Grayscale: #5B5B5B. Windows color (decimal): -2680715 or 7674071. OLE color: 7674071.
HSL color Cylindrical-coordinate representation of color #D71875: hue angle of 330.79º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D71875 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 117 | - |
| CMYK | 0 | 0.89 | 0.46 | 0.16 |
| HSL | 330.79º | 0.8% | 0.47% | - |
| HSV(B) | 330.79º | 0.89% | 0.84% | - |
| XYZ | 31.56 | 16.38 | 18.33 | - |
| YUV | 91.71 | 142.28 | 215.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 117 | 0 | 0.89 | 0.46 | 0.16 | 330.79 | 0.8 | 0.47 |
| Hex | D7 | 18 | 75 | 0 | 59 | 2E | 10 | 14B | 50 | 2F |
| Octal | 327 | 30 | 165 | 0 | 131 | 56 | 20 | 513 | 120 | 57 |
| Binary | 11010111 | 11000 | 1110101 | 0 | 1011001 | 101110 | 10000 | 101001011 | 1010000 | 101111 |
Color Harmonies of #D71875
Complementary color
Monochromatic Colors of #D71875
Black with #D71875
Text Example
Text Example
White with #D71875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71875; }
p { color: rgb(215,24,117); }
H1.HeaderClassName
{
color: #D71875;
}
.AnyTagClassName
{
color: #D71875;
}
</style>
background-color css
<style>
a { background-color: #D71875; }
a { background-color: rgb(215,24,117); }
div.DivClassName
{
background-color: #D71875;
}
.BgClassName
{
background-color: #D71875;
}
</style>
border-color css
<style>
span { border-color: #D71875; }
span { border-color: rgb(215,24,117); }
td.TdClassName
{
border-color: #D71875;
}
.TagClassName
{
border-color: #D71875;
}
</style>