Shades of Medium Violet Red #D71689
Tints of Medium Violet Red #D71689
RGB
CMYK
RGB Variations
Color information
#D71689 (or 0xD71689) is known color: Medium Violet Red. HEX triplet: D7, 16 and 89. RGB value is (215,22,137). Sum of RGB (Red+Green+Blue) = 215+22+137=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D71689 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71689 is #28E976. Grayscale: #5C5C5C. Windows color (decimal): -2681207 or 8984279. OLE color: 8984279.
HSL color Cylindrical-coordinate representation of color #D71689: hue angle of 324.25º degrees, saturation: 0.81, 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 #D71689 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 22 | 137 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.16 |
| HSL | 324.25º | 0.81% | 0.46% | - |
| HSV(B) | 324.25º | 0.9% | 0.84% | - |
| XYZ | 32.83 | 16.83 | 25.18 | - |
| YUV | 92.82 | 152.94 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 22 | 137 | 0 | 0.90 | 0.36 | 0.16 | 324.25 | 0.81 | 0.46 |
| Hex | D7 | 16 | 89 | 0 | 5A | 24 | 10 | 144 | 51 | 2E |
| Octal | 327 | 26 | 211 | 0 | 132 | 44 | 20 | 504 | 121 | 56 |
| Binary | 11010111 | 10110 | 10001001 | 0 | 1011010 | 100100 | 10000 | 101000100 | 1010001 | 101110 |
Color Harmonies of #D71689
Complementary color
Monochromatic Colors of #D71689
Black with #D71689
Text Example
Text Example
White with #D71689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D71689; }
p { color: rgb(215,22,137); }
H1.HeaderClassName
{
color: #D71689;
}
.AnyTagClassName
{
color: #D71689;
}
</style>
background-color css
<style>
a { background-color: #D71689; }
a { background-color: rgb(215,22,137); }
div.DivClassName
{
background-color: #D71689;
}
.BgClassName
{
background-color: #D71689;
}
</style>
border-color css
<style>
span { border-color: #D71689; }
span { border-color: rgb(215,22,137); }
td.TdClassName
{
border-color: #D71689;
}
.TagClassName
{
border-color: #D71689;
}
</style>