Shades of Medium Violet Red #D70897
Tints of Medium Violet Red #D70897
RGB
CMYK
RGB Variations
Color information
#D70897 (or 0xD70897) is known color: Medium Violet Red. HEX triplet: D7, 08 and 97. RGB value is (215,8,151). Sum of RGB (Red+Green+Blue) = 215+8+151=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D70897 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70897 is #28F768. Grayscale: #555555. Windows color (decimal): -2684777 or 9898199. OLE color: 9898199.
HSL color Cylindrical-coordinate representation of color #D70897: hue angle of 318.55º 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 #D70897 is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 151 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.16 |
| HSL | 318.55º | 0.93% | 0.44% | - |
| HSV(B) | 318.55º | 0.96% | 0.84% | - |
| XYZ | 33.7 | 16.86 | 30.76 | - |
| YUV | 86.2 | 164.58 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 151 | 0 | 0.96 | 0.30 | 0.16 | 318.55 | 0.93 | 0.44 |
| Hex | D7 | 8 | 97 | 0 | 60 | 1E | 10 | 13F | 5D | 2C |
| Octal | 327 | 10 | 227 | 0 | 140 | 36 | 20 | 477 | 135 | 54 |
| Binary | 11010111 | 1000 | 10010111 | 0 | 1100000 | 11110 | 10000 | 100111111 | 1011101 | 101100 |
Color Harmonies of #D70897
Complementary color
Monochromatic Colors of #D70897
Black with #D70897
Text Example
Text Example
White with #D70897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70897; }
p { color: rgb(215,8,151); }
H1.HeaderClassName
{
color: #D70897;
}
.AnyTagClassName
{
color: #D70897;
}
</style>
background-color css
<style>
a { background-color: #D70897; }
a { background-color: rgb(215,8,151); }
div.DivClassName
{
background-color: #D70897;
}
.BgClassName
{
background-color: #D70897;
}
</style>
border-color css
<style>
span { border-color: #D70897; }
span { border-color: rgb(215,8,151); }
td.TdClassName
{
border-color: #D70897;
}
.TagClassName
{
border-color: #D70897;
}
</style>