Shades of Medium Violet Red #D71884
Tints of Medium Violet Red #D71884
RGB
CMYK
RGB Variations
Color information
#D71884 (or 0xD71884) is known color: Medium Violet Red. HEX triplet: D7, 18 and 84. RGB value is (215,24,132). Sum of RGB (Red+Green+Blue) = 215+24+132=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 24 (9.77% from 255 or 6.47% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D71884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71884 is #28E77B. Grayscale: #5D5D5D. Windows color (decimal): -2680700 or 8657111. OLE color: 8657111.
HSL color Cylindrical-coordinate representation of color #D71884: hue angle of 326.07º 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 #D71884 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 132 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.16 |
| HSL | 326.07º | 0.8% | 0.47% | - |
| HSV(B) | 326.07º | 0.89% | 0.84% | - |
| XYZ | 32.52 | 16.77 | 23.35 | - |
| YUV | 93.42 | 149.78 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 132 | 0 | 0.89 | 0.39 | 0.16 | 326.07 | 0.8 | 0.47 |
| Hex | D7 | 18 | 84 | 0 | 59 | 27 | 10 | 146 | 50 | 2F |
| Octal | 327 | 30 | 204 | 0 | 131 | 47 | 20 | 506 | 120 | 57 |
| Binary | 11010111 | 11000 | 10000100 | 0 | 1011001 | 100111 | 10000 | 101000110 | 1010000 | 101111 |
Color Harmonies of #D71884
Complementary color
Monochromatic Colors of #D71884
Black with #D71884
Text Example
Text Example
White with #D71884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71884; }
p { color: rgb(215,24,132); }
H1.HeaderClassName
{
color: #D71884;
}
.AnyTagClassName
{
color: #D71884;
}
</style>
background-color css
<style>
a { background-color: #D71884; }
a { background-color: rgb(215,24,132); }
div.DivClassName
{
background-color: #D71884;
}
.BgClassName
{
background-color: #D71884;
}
</style>
border-color css
<style>
span { border-color: #D71884; }
span { border-color: rgb(215,24,132); }
td.TdClassName
{
border-color: #D71884;
}
.TagClassName
{
border-color: #D71884;
}
</style>