Shades of Medium Violet Red #D71389
Tints of Medium Violet Red #D71389
RGB
CMYK
RGB Variations
Color information
#D71389 (or 0xD71389) is known color: Medium Violet Red. HEX triplet: D7, 13 and 89. RGB value is (215,19,137). Sum of RGB (Red+Green+Blue) = 215+19+137=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D71389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71389 is #28EC76. Grayscale: #5A5A5A. Windows color (decimal): -2681975 or 8983511. OLE color: 8983511.
HSL color Cylindrical-coordinate representation of color #D71389: hue angle of 323.88º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D71389 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 137 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.16 |
| HSL | 323.88º | 0.84% | 0.46% | - |
| HSV(B) | 323.88º | 0.91% | 0.84% | - |
| XYZ | 32.77 | 16.72 | 25.17 | - |
| YUV | 91.06 | 153.93 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 137 | 0 | 0.91 | 0.36 | 0.16 | 323.88 | 0.84 | 0.46 |
| Hex | D7 | 13 | 89 | 0 | 5B | 24 | 10 | 144 | 54 | 2E |
| Octal | 327 | 23 | 211 | 0 | 133 | 44 | 20 | 504 | 124 | 56 |
| Binary | 11010111 | 10011 | 10001001 | 0 | 1011011 | 100100 | 10000 | 101000100 | 1010100 | 101110 |
Color Harmonies of #D71389
Complementary color
Monochromatic Colors of #D71389
Black with #D71389
Text Example
Text Example
White with #D71389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71389; }
p { color: rgb(215,19,137); }
H1.HeaderClassName
{
color: #D71389;
}
.AnyTagClassName
{
color: #D71389;
}
</style>
background-color css
<style>
a { background-color: #D71389; }
a { background-color: rgb(215,19,137); }
div.DivClassName
{
background-color: #D71389;
}
.BgClassName
{
background-color: #D71389;
}
</style>
border-color css
<style>
span { border-color: #D71389; }
span { border-color: rgb(215,19,137); }
td.TdClassName
{
border-color: #D71389;
}
.TagClassName
{
border-color: #D71389;
}
</style>