Shades of Medium Violet Red #D71588
Tints of Medium Violet Red #D71588
RGB
CMYK
RGB Variations
Color information
#D71588 (or 0xD71588) is known color: Medium Violet Red. HEX triplet: D7, 15 and 88. RGB value is (215,21,136). Sum of RGB (Red+Green+Blue) = 215+21+136=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D71588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71588 is #28EA77. Grayscale: #5B5B5B. Windows color (decimal): -2681464 or 8918487. OLE color: 8918487.
HSL color Cylindrical-coordinate representation of color #D71588: hue angle of 324.43º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71588 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 21 | 136 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.16 |
| HSL | 324.43º | 0.82% | 0.46% | - |
| HSV(B) | 324.43º | 0.9% | 0.84% | - |
| XYZ | 32.74 | 16.76 | 24.8 | - |
| YUV | 92.12 | 152.77 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 21 | 136 | 0 | 0.90 | 0.37 | 0.16 | 324.43 | 0.82 | 0.46 |
| Hex | D7 | 15 | 88 | 0 | 5A | 25 | 10 | 144 | 52 | 2E |
| Octal | 327 | 25 | 210 | 0 | 132 | 45 | 20 | 504 | 122 | 56 |
| Binary | 11010111 | 10101 | 10001000 | 0 | 1011010 | 100101 | 10000 | 101000100 | 1010010 | 101110 |
Color Harmonies of #D71588
Complementary color
Monochromatic Colors of #D71588
Black with #D71588
Text Example
Text Example
White with #D71588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71588; }
p { color: rgb(215,21,136); }
H1.HeaderClassName
{
color: #D71588;
}
.AnyTagClassName
{
color: #D71588;
}
</style>
background-color css
<style>
a { background-color: #D71588; }
a { background-color: rgb(215,21,136); }
div.DivClassName
{
background-color: #D71588;
}
.BgClassName
{
background-color: #D71588;
}
</style>
border-color css
<style>
span { border-color: #D71588; }
span { border-color: rgb(215,21,136); }
td.TdClassName
{
border-color: #D71588;
}
.TagClassName
{
border-color: #D71588;
}
</style>