Shades of Medium Violet Red #D70894
Tints of Medium Violet Red #D70894
RGB
CMYK
RGB Variations
Color information
#D70894 (or 0xD70894) is known color: Medium Violet Red. HEX triplet: D7, 08 and 94. RGB value is (215,8,148). Sum of RGB (Red+Green+Blue) = 215+8+148=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D70894 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70894 is #28F76B. Grayscale: #555555. Windows color (decimal): -2684780 or 9701591. OLE color: 9701591.
HSL color Cylindrical-coordinate representation of color #D70894: hue angle of 319.42º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D70894 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 148 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.16 |
| HSL | 319.42º | 0.93% | 0.44% | - |
| HSV(B) | 319.42º | 0.96% | 0.84% | - |
| XYZ | 33.46 | 16.76 | 29.49 | - |
| YUV | 85.85 | 163.08 | 220.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 148 | 0 | 0.96 | 0.31 | 0.16 | 319.42 | 0.93 | 0.44 |
| Hex | D7 | 8 | 94 | 0 | 60 | 1F | 10 | 13F | 5D | 2C |
| Octal | 327 | 10 | 224 | 0 | 140 | 37 | 20 | 477 | 135 | 54 |
| Binary | 11010111 | 1000 | 10010100 | 0 | 1100000 | 11111 | 10000 | 100111111 | 1011101 | 101100 |
Color Harmonies of #D70894
Complementary color
Monochromatic Colors of #D70894
Black with #D70894
Text Example
Text Example
White with #D70894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70894; }
p { color: rgb(215,8,148); }
H1.HeaderClassName
{
color: #D70894;
}
.AnyTagClassName
{
color: #D70894;
}
</style>
background-color css
<style>
a { background-color: #D70894; }
a { background-color: rgb(215,8,148); }
div.DivClassName
{
background-color: #D70894;
}
.BgClassName
{
background-color: #D70894;
}
</style>
border-color css
<style>
span { border-color: #D70894; }
span { border-color: rgb(215,8,148); }
td.TdClassName
{
border-color: #D70894;
}
.TagClassName
{
border-color: #D70894;
}
</style>