Shades of Medium Violet Red #D70E89
Tints of Medium Violet Red #D70E89
RGB
CMYK
RGB Variations
Color information
#D70E89 (or 0xD70E89) is known color: Medium Violet Red. HEX triplet: D7, 0E and 89. RGB value is (215,14,137). Sum of RGB (Red+Green+Blue) = 215+14+137=366 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.74% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 215 - color contains mainly: red. Hex color #D70E89 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70E89 is #28F176. Grayscale: #575757. Windows color (decimal): -2683255 or 8982231. OLE color: 8982231.
HSL color Cylindrical-coordinate representation of color #D70E89: hue angle of 323.28º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70E89 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 14 | 137 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.16 |
| HSL | 323.28º | 0.88% | 0.45% | - |
| HSV(B) | 323.28º | 0.93% | 0.84% | - |
| XYZ | 32.7 | 16.57 | 25.14 | - |
| YUV | 88.12 | 155.59 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 14 | 137 | 0 | 0.93 | 0.36 | 0.16 | 323.28 | 0.88 | 0.45 |
| Hex | D7 | E | 89 | 0 | 5D | 24 | 10 | 143 | 58 | 2D |
| Octal | 327 | 16 | 211 | 0 | 135 | 44 | 20 | 503 | 130 | 55 |
| Binary | 11010111 | 1110 | 10001001 | 0 | 1011101 | 100100 | 10000 | 101000011 | 1011000 | 101101 |
Color Harmonies of #D70E89
Complementary color
Monochromatic Colors of #D70E89
Black with #D70E89
Text Example
Text Example
White with #D70E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70E89; }
p { color: rgb(215,14,137); }
H1.HeaderClassName
{
color: #D70E89;
}
.AnyTagClassName
{
color: #D70E89;
}
</style>
background-color css
<style>
a { background-color: #D70E89; }
a { background-color: rgb(215,14,137); }
div.DivClassName
{
background-color: #D70E89;
}
.BgClassName
{
background-color: #D70E89;
}
</style>
border-color css
<style>
span { border-color: #D70E89; }
span { border-color: rgb(215,14,137); }
td.TdClassName
{
border-color: #D70E89;
}
.TagClassName
{
border-color: #D70E89;
}
</style>