Shades of Medium Violet Red #D71880
Tints of Medium Violet Red #D71880
RGB
CMYK
RGB Variations
Color information
#D71880 (or 0xD71880) is known color: Medium Violet Red. HEX triplet: D7, 18 and 80. RGB value is (215,24,128). Sum of RGB (Red+Green+Blue) = 215+24+128=367 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.58% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 215 - color contains mainly: red. Hex color #D71880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71880 is #28E77F. Grayscale: #5C5C5C. Windows color (decimal): -2680704 or 8394967. OLE color: 8394967.
HSL color Cylindrical-coordinate representation of color #D71880: hue angle of 327.33º 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 #D71880 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 128 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.16 |
| HSL | 327.33º | 0.8% | 0.47% | - |
| HSV(B) | 327.33º | 0.89% | 0.84% | - |
| XYZ | 32.25 | 16.66 | 21.94 | - |
| YUV | 92.97 | 147.78 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 128 | 0 | 0.89 | 0.40 | 0.16 | 327.33 | 0.8 | 0.47 |
| Hex | D7 | 18 | 80 | 0 | 59 | 28 | 10 | 147 | 50 | 2F |
| Octal | 327 | 30 | 200 | 0 | 131 | 50 | 20 | 507 | 120 | 57 |
| Binary | 11010111 | 11000 | 10000000 | 0 | 1011001 | 101000 | 10000 | 101000111 | 1010000 | 101111 |
Color Harmonies of #D71880
Complementary color
Monochromatic Colors of #D71880
Black with #D71880
Text Example
Text Example
White with #D71880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71880; }
p { color: rgb(215,24,128); }
H1.HeaderClassName
{
color: #D71880;
}
.AnyTagClassName
{
color: #D71880;
}
</style>
background-color css
<style>
a { background-color: #D71880; }
a { background-color: rgb(215,24,128); }
div.DivClassName
{
background-color: #D71880;
}
.BgClassName
{
background-color: #D71880;
}
</style>
border-color css
<style>
span { border-color: #D71880; }
span { border-color: rgb(215,24,128); }
td.TdClassName
{
border-color: #D71880;
}
.TagClassName
{
border-color: #D71880;
}
</style>