Shades of Medium Violet Red #D70078
Tints of Medium Violet Red #D70078
RGB
CMYK
RGB Variations
Color information
#D70078 (or 0xD70078) is known color: Medium Violet Red. HEX triplet: D7, 00 and 78. RGB value is (215,0,120). Sum of RGB (Red+Green+Blue) = 215+0+120=335 (44% of max value = 765). Red value is 215 (84.38% from 255 or 64.18% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 215 - color contains mainly: red. Hex color #D70078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70078 is #28FF87. Grayscale: #4D4D4D. Windows color (decimal): -2686856 or 7864535. OLE color: 7864535.
HSL color Cylindrical-coordinate representation of color #D70078: hue angle of 326.51º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70078 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 120 | - |
| CMYK | 0 | 1 | 0.44 | 0.16 |
| HSL | 326.51º | 1% | 0.42% | - |
| HSV(B) | 326.51º | 1% | 0.84% | - |
| XYZ | 31.41 | 15.8 | 19.16 | - |
| YUV | 77.97 | 151.73 | 225.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 120 | 0 | 1 | 0.44 | 0.16 | 326.51 | 1 | 0.42 |
| Hex | D7 | 0 | 78 | 0 | 64 | 2C | 10 | 147 | 64 | 2A |
| Octal | 327 | 0 | 170 | 0 | 144 | 54 | 20 | 507 | 144 | 52 |
| Binary | 11010111 | 0 | 1111000 | 0 | 1100100 | 101100 | 10000 | 101000111 | 1100100 | 101010 |
Color Harmonies of #D70078
Complementary color
Monochromatic Colors of #D70078
Black with #D70078
Text Example
Text Example
White with #D70078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70078; }
p { color: rgb(215,0,120); }
H1.HeaderClassName
{
color: #D70078;
}
.AnyTagClassName
{
color: #D70078;
}
</style>
background-color css
<style>
a { background-color: #D70078; }
a { background-color: rgb(215,0,120); }
div.DivClassName
{
background-color: #D70078;
}
.BgClassName
{
background-color: #D70078;
}
</style>
border-color css
<style>
span { border-color: #D70078; }
span { border-color: rgb(215,0,120); }
td.TdClassName
{
border-color: #D70078;
}
.TagClassName
{
border-color: #D70078;
}
</style>