Shades of Medium Violet Red #D71886
Tints of Medium Violet Red #D71886
RGB
CMYK
RGB Variations
Color information
#D71886 (or 0xD71886) is known color: Medium Violet Red. HEX triplet: D7, 18 and 86. RGB value is (215,24,134). Sum of RGB (Red+Green+Blue) = 215+24+134=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D71886 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71886 is #28E779. Grayscale: #5D5D5D. Windows color (decimal): -2680698 or 8788183. OLE color: 8788183.
HSL color Cylindrical-coordinate representation of color #D71886: hue angle of 325.45º 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 #D71886 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 134 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.16 |
| HSL | 325.45º | 0.8% | 0.47% | - |
| HSV(B) | 325.45º | 0.89% | 0.84% | - |
| XYZ | 32.65 | 16.82 | 24.08 | - |
| YUV | 93.65 | 150.78 | 214.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 134 | 0 | 0.89 | 0.38 | 0.16 | 325.45 | 0.8 | 0.47 |
| Hex | D7 | 18 | 86 | 0 | 59 | 26 | 10 | 145 | 50 | 2F |
| Octal | 327 | 30 | 206 | 0 | 131 | 46 | 20 | 505 | 120 | 57 |
| Binary | 11010111 | 11000 | 10000110 | 0 | 1011001 | 100110 | 10000 | 101000101 | 1010000 | 101111 |
Color Harmonies of #D71886
Complementary color
Monochromatic Colors of #D71886
Black with #D71886
Text Example
Text Example
White with #D71886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71886; }
p { color: rgb(215,24,134); }
H1.HeaderClassName
{
color: #D71886;
}
.AnyTagClassName
{
color: #D71886;
}
</style>
background-color css
<style>
a { background-color: #D71886; }
a { background-color: rgb(215,24,134); }
div.DivClassName
{
background-color: #D71886;
}
.BgClassName
{
background-color: #D71886;
}
</style>
border-color css
<style>
span { border-color: #D71886; }
span { border-color: rgb(215,24,134); }
td.TdClassName
{
border-color: #D71886;
}
.TagClassName
{
border-color: #D71886;
}
</style>