Shades of Medium Violet Red #D70895
Tints of Medium Violet Red #D70895
RGB
CMYK
RGB Variations
Color information
#D70895 (or 0xD70895) is known color: Medium Violet Red. HEX triplet: D7, 08 and 95. RGB value is (215,8,149). Sum of RGB (Red+Green+Blue) = 215+8+149=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D70895 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70895 is #28F76A. Grayscale: #555555. Windows color (decimal): -2684779 or 9767127. OLE color: 9767127.
HSL color Cylindrical-coordinate representation of color #D70895: hue angle of 319.13º 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 #D70895 is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 149 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.16 |
| HSL | 319.13º | 0.93% | 0.44% | - |
| HSV(B) | 319.13º | 0.96% | 0.84% | - |
| XYZ | 33.54 | 16.79 | 29.91 | - |
| YUV | 85.97 | 163.58 | 220.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 149 | 0 | 0.96 | 0.31 | 0.16 | 319.13 | 0.93 | 0.44 |
| Hex | D7 | 8 | 95 | 0 | 60 | 1F | 10 | 13F | 5D | 2C |
| Octal | 327 | 10 | 225 | 0 | 140 | 37 | 20 | 477 | 135 | 54 |
| Binary | 11010111 | 1000 | 10010101 | 0 | 1100000 | 11111 | 10000 | 100111111 | 1011101 | 101100 |
Color Harmonies of #D70895
Complementary color
Monochromatic Colors of #D70895
Black with #D70895
Text Example
Text Example
White with #D70895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70895; }
p { color: rgb(215,8,149); }
H1.HeaderClassName
{
color: #D70895;
}
.AnyTagClassName
{
color: #D70895;
}
</style>
background-color css
<style>
a { background-color: #D70895; }
a { background-color: rgb(215,8,149); }
div.DivClassName
{
background-color: #D70895;
}
.BgClassName
{
background-color: #D70895;
}
</style>
border-color css
<style>
span { border-color: #D70895; }
span { border-color: rgb(215,8,149); }
td.TdClassName
{
border-color: #D70895;
}
.TagClassName
{
border-color: #D70895;
}
</style>