Shades of Medium Violet Red #D70878
Tints of Medium Violet Red #D70878
RGB
CMYK
RGB Variations
Color information
#D70878 (or 0xD70878) is known color: Medium Violet Red. HEX triplet: D7, 08 and 78. RGB value is (215,8,120). Sum of RGB (Red+Green+Blue) = 215+8+120=343 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.68% from 343); Green value is 8 (3.52% from 255 or 2.33% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 215 - color contains mainly: red. Hex color #D70878 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70878 is #28F787. Grayscale: #525252. Windows color (decimal): -2684808 or 7866583. OLE color: 7866583.
HSL color Cylindrical-coordinate representation of color #D70878: hue angle of 327.54º 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 #D70878 is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 120 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.16 |
| HSL | 327.54º | 0.93% | 0.44% | - |
| HSV(B) | 327.54º | 0.96% | 0.84% | - |
| XYZ | 31.5 | 15.98 | 19.19 | - |
| YUV | 82.66 | 149.08 | 222.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 120 | 0 | 0.96 | 0.44 | 0.16 | 327.54 | 0.93 | 0.44 |
| Hex | D7 | 8 | 78 | 0 | 60 | 2C | 10 | 148 | 5D | 2C |
| Octal | 327 | 10 | 170 | 0 | 140 | 54 | 20 | 510 | 135 | 54 |
| Binary | 11010111 | 1000 | 1111000 | 0 | 1100000 | 101100 | 10000 | 101001000 | 1011101 | 101100 |
Color Harmonies of #D70878
Complementary color
Monochromatic Colors of #D70878
Black with #D70878
Text Example
Text Example
White with #D70878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70878; }
p { color: rgb(215,8,120); }
H1.HeaderClassName
{
color: #D70878;
}
.AnyTagClassName
{
color: #D70878;
}
</style>
background-color css
<style>
a { background-color: #D70878; }
a { background-color: rgb(215,8,120); }
div.DivClassName
{
background-color: #D70878;
}
.BgClassName
{
background-color: #D70878;
}
</style>
border-color css
<style>
span { border-color: #D70878; }
span { border-color: rgb(215,8,120); }
td.TdClassName
{
border-color: #D70878;
}
.TagClassName
{
border-color: #D70878;
}
</style>