Shades of Medium Violet Red #D71489
Tints of Medium Violet Red #D71489
RGB
CMYK
RGB Variations
Color information
#D71489 (or 0xD71489) is known color: Medium Violet Red. HEX triplet: D7, 14 and 89. RGB value is (215,20,137). Sum of RGB (Red+Green+Blue) = 215+20+137=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D71489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71489 is #28EB76. Grayscale: #5B5B5B. Windows color (decimal): -2681719 or 8983767. OLE color: 8983767.
HSL color Cylindrical-coordinate representation of color #D71489: hue angle of 324º degrees, saturation: 0.83, 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 #D71489 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 137 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.16 |
| HSL | 324º | 0.83% | 0.46% | - |
| HSV(B) | 324º | 0.91% | 0.84% | - |
| XYZ | 32.79 | 16.75 | 25.17 | - |
| YUV | 91.64 | 153.6 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 137 | 0 | 0.91 | 0.36 | 0.16 | 324 | 0.83 | 0.46 |
| Hex | D7 | 14 | 89 | 0 | 5B | 24 | 10 | 144 | 53 | 2E |
| Octal | 327 | 24 | 211 | 0 | 133 | 44 | 20 | 504 | 123 | 56 |
| Binary | 11010111 | 10100 | 10001001 | 0 | 1011011 | 100100 | 10000 | 101000100 | 1010011 | 101110 |
Color Harmonies of #D71489
Complementary color
Monochromatic Colors of #D71489
Black with #D71489
Text Example
Text Example
White with #D71489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71489; }
p { color: rgb(215,20,137); }
H1.HeaderClassName
{
color: #D71489;
}
.AnyTagClassName
{
color: #D71489;
}
</style>
background-color css
<style>
a { background-color: #D71489; }
a { background-color: rgb(215,20,137); }
div.DivClassName
{
background-color: #D71489;
}
.BgClassName
{
background-color: #D71489;
}
</style>
border-color css
<style>
span { border-color: #D71489; }
span { border-color: rgb(215,20,137); }
td.TdClassName
{
border-color: #D71489;
}
.TagClassName
{
border-color: #D71489;
}
</style>