Shades of Medium Violet Red #D71890
Tints of Medium Violet Red #D71890
RGB
CMYK
RGB Variations
Color information
#D71890 (or 0xD71890) is known color: Medium Violet Red. HEX triplet: D7, 18 and 90. RGB value is (215,24,144). Sum of RGB (Red+Green+Blue) = 215+24+144=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D71890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71890 is #28E76F. Grayscale: #5E5E5E. Windows color (decimal): -2680688 or 9443543. OLE color: 9443543.
HSL color Cylindrical-coordinate representation of color #D71890: hue angle of 322.3º 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 #D71890 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 24 | 144 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.16 |
| HSL | 322.3º | 0.8% | 0.47% | - |
| HSV(B) | 322.3º | 0.89% | 0.84% | - |
| XYZ | 33.39 | 17.11 | 27.93 | - |
| YUV | 94.79 | 155.78 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 24 | 144 | 0 | 0.89 | 0.33 | 0.16 | 322.3 | 0.8 | 0.47 |
| Hex | D7 | 18 | 90 | 0 | 59 | 21 | 10 | 142 | 50 | 2F |
| Octal | 327 | 30 | 220 | 0 | 131 | 41 | 20 | 502 | 120 | 57 |
| Binary | 11010111 | 11000 | 10010000 | 0 | 1011001 | 100001 | 10000 | 101000010 | 1010000 | 101111 |
Color Harmonies of #D71890
Complementary color
Monochromatic Colors of #D71890
Black with #D71890
Text Example
Text Example
White with #D71890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71890; }
p { color: rgb(215,24,144); }
H1.HeaderClassName
{
color: #D71890;
}
.AnyTagClassName
{
color: #D71890;
}
</style>
background-color css
<style>
a { background-color: #D71890; }
a { background-color: rgb(215,24,144); }
div.DivClassName
{
background-color: #D71890;
}
.BgClassName
{
background-color: #D71890;
}
</style>
border-color css
<style>
span { border-color: #D71890; }
span { border-color: rgb(215,24,144); }
td.TdClassName
{
border-color: #D71890;
}
.TagClassName
{
border-color: #D71890;
}
</style>