Shades of Medium Violet Red #D70879
Tints of Medium Violet Red #D70879
RGB
CMYK
RGB Variations
Color information
#D70879 (or 0xD70879) is known color: Medium Violet Red. HEX triplet: D7, 08 and 79. RGB value is (215,8,121). Sum of RGB (Red+Green+Blue) = 215+8+121=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D70879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70879 is #28F786. Grayscale: #525252. Windows color (decimal): -2684807 or 7932119. OLE color: 7932119.
HSL color Cylindrical-coordinate representation of color #D70879: hue angle of 327.25º 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 #D70879 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 121 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.16 |
| HSL | 327.25º | 0.93% | 0.44% | - |
| HSV(B) | 327.25º | 0.96% | 0.84% | - |
| XYZ | 31.56 | 16 | 19.51 | - |
| YUV | 82.78 | 149.58 | 222.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 121 | 0 | 0.96 | 0.44 | 0.16 | 327.25 | 0.93 | 0.44 |
| Hex | D7 | 8 | 79 | 0 | 60 | 2C | 10 | 147 | 5D | 2C |
| Octal | 327 | 10 | 171 | 0 | 140 | 54 | 20 | 507 | 135 | 54 |
| Binary | 11010111 | 1000 | 1111001 | 0 | 1100000 | 101100 | 10000 | 101000111 | 1011101 | 101100 |
Color Harmonies of #D70879
Complementary color
Monochromatic Colors of #D70879
Black with #D70879
Text Example
Text Example
White with #D70879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70879; }
p { color: rgb(215,8,121); }
H1.HeaderClassName
{
color: #D70879;
}
.AnyTagClassName
{
color: #D70879;
}
</style>
background-color css
<style>
a { background-color: #D70879; }
a { background-color: rgb(215,8,121); }
div.DivClassName
{
background-color: #D70879;
}
.BgClassName
{
background-color: #D70879;
}
</style>
border-color css
<style>
span { border-color: #D70879; }
span { border-color: rgb(215,8,121); }
td.TdClassName
{
border-color: #D70879;
}
.TagClassName
{
border-color: #D70879;
}
</style>