Shades of Medium Violet Red #D71879
Tints of Medium Violet Red #D71879
RGB
CMYK
RGB Variations
Color information
#D71879 (or 0xD71879) is known color: Medium Violet Red. HEX triplet: D7, 18 and 79. RGB value is (215,24,121). Sum of RGB (Red+Green+Blue) = 215+24+121=360 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.72% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 215 - color contains mainly: red. Hex color #D71879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D71879 is #28E786. Grayscale: #5B5B5B. Windows color (decimal): -2680711 or 7936215. OLE color: 7936215.
HSL color Cylindrical-coordinate representation of color #D71879: hue angle of 329.53º 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 #D71879 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 121 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.16 |
| HSL | 329.53º | 0.8% | 0.47% | - |
| HSV(B) | 329.53º | 0.89% | 0.84% | - |
| XYZ | 31.8 | 16.48 | 19.59 | - |
| YUV | 92.17 | 144.28 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 121 | 0 | 0.89 | 0.44 | 0.16 | 329.53 | 0.8 | 0.47 |
| Hex | D7 | 18 | 79 | 0 | 59 | 2C | 10 | 14A | 50 | 2F |
| Octal | 327 | 30 | 171 | 0 | 131 | 54 | 20 | 512 | 120 | 57 |
| Binary | 11010111 | 11000 | 1111001 | 0 | 1011001 | 101100 | 10000 | 101001010 | 1010000 | 101111 |
Color Harmonies of #D71879
Complementary color
Monochromatic Colors of #D71879
Black with #D71879
Text Example
Text Example
White with #D71879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71879; }
p { color: rgb(215,24,121); }
H1.HeaderClassName
{
color: #D71879;
}
.AnyTagClassName
{
color: #D71879;
}
</style>
background-color css
<style>
a { background-color: #D71879; }
a { background-color: rgb(215,24,121); }
div.DivClassName
{
background-color: #D71879;
}
.BgClassName
{
background-color: #D71879;
}
</style>
border-color css
<style>
span { border-color: #D71879; }
span { border-color: rgb(215,24,121); }
td.TdClassName
{
border-color: #D71879;
}
.TagClassName
{
border-color: #D71879;
}
</style>