Shades of Medium Violet Red #D70789
Tints of Medium Violet Red #D70789
RGB
CMYK
RGB Variations
Color information
#D70789 (or 0xD70789) is known color: Medium Violet Red. HEX triplet: D7, 07 and 89. RGB value is (215,7,137). Sum of RGB (Red+Green+Blue) = 215+7+137=359 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.89% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 215 - color contains mainly: red. Hex color #D70789 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70789 is #28F876. Grayscale: #535353. Windows color (decimal): -2685047 or 8980439. OLE color: 8980439.
HSL color Cylindrical-coordinate representation of color #D70789: hue angle of 322.5º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70789 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 137 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.16 |
| HSL | 322.5º | 0.94% | 0.44% | - |
| HSV(B) | 322.5º | 0.97% | 0.84% | - |
| XYZ | 32.62 | 16.41 | 25.11 | - |
| YUV | 84.01 | 157.91 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 137 | 0 | 0.97 | 0.36 | 0.16 | 322.5 | 0.94 | 0.44 |
| Hex | D7 | 7 | 89 | 0 | 61 | 24 | 10 | 142 | 5E | 2C |
| Octal | 327 | 7 | 211 | 0 | 141 | 44 | 20 | 502 | 136 | 54 |
| Binary | 11010111 | 111 | 10001001 | 0 | 1100001 | 100100 | 10000 | 101000010 | 1011110 | 101100 |
Color Harmonies of #D70789
Complementary color
Monochromatic Colors of #D70789
Black with #D70789
Text Example
Text Example
White with #D70789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70789; }
p { color: rgb(215,7,137); }
H1.HeaderClassName
{
color: #D70789;
}
.AnyTagClassName
{
color: #D70789;
}
</style>
background-color css
<style>
a { background-color: #D70789; }
a { background-color: rgb(215,7,137); }
div.DivClassName
{
background-color: #D70789;
}
.BgClassName
{
background-color: #D70789;
}
</style>
border-color css
<style>
span { border-color: #D70789; }
span { border-color: rgb(215,7,137); }
td.TdClassName
{
border-color: #D70789;
}
.TagClassName
{
border-color: #D70789;
}
</style>