Shades of Medium Violet Red #D71A8E
Tints of Medium Violet Red #D71A8E
RGB
CMYK
RGB Variations
Color information
#D71A8E (or 0xD71A8E) is known color: Medium Violet Red. HEX triplet: D7, 1A and 8E. RGB value is (215,26,142). Sum of RGB (Red+Green+Blue) = 215+26+142=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D71A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71A8E is #28E571. Grayscale: #5F5F5F. Windows color (decimal): -2680178 or 9312983. OLE color: 9312983.
HSL color Cylindrical-coordinate representation of color #D71A8E: hue angle of 323.17º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71A8E is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 26 | 142 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.16 |
| HSL | 323.17º | 0.78% | 0.47% | - |
| HSV(B) | 323.17º | 0.88% | 0.84% | - |
| XYZ | 33.28 | 17.14 | 27.15 | - |
| YUV | 95.74 | 154.12 | 213.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 26 | 142 | 0 | 0.88 | 0.34 | 0.16 | 323.17 | 0.78 | 0.47 |
| Hex | D7 | 1A | 8E | 0 | 58 | 22 | 10 | 143 | 4E | 2F |
| Octal | 327 | 32 | 216 | 0 | 130 | 42 | 20 | 503 | 116 | 57 |
| Binary | 11010111 | 11010 | 10001110 | 0 | 1011000 | 100010 | 10000 | 101000011 | 1001110 | 101111 |
Color Harmonies of #D71A8E
Complementary color
Monochromatic Colors of #D71A8E
Black with #D71A8E
Text Example
Text Example
White with #D71A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71A8E; }
p { color: rgb(215,26,142); }
H1.HeaderClassName
{
color: #D71A8E;
}
.AnyTagClassName
{
color: #D71A8E;
}
</style>
background-color css
<style>
a { background-color: #D71A8E; }
a { background-color: rgb(215,26,142); }
div.DivClassName
{
background-color: #D71A8E;
}
.BgClassName
{
background-color: #D71A8E;
}
</style>
border-color css
<style>
span { border-color: #D71A8E; }
span { border-color: rgb(215,26,142); }
td.TdClassName
{
border-color: #D71A8E;
}
.TagClassName
{
border-color: #D71A8E;
}
</style>