Shades of Medium Violet Red #D70C75
Tints of Medium Violet Red #D70C75
RGB
CMYK
RGB Variations
Color information
#D70C75 (or 0xD70C75) is known color: Medium Violet Red. HEX triplet: D7, 0C and 75. RGB value is (215,12,117). Sum of RGB (Red+Green+Blue) = 215+12+117=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 12 (5.08% from 255 or 3.49% from 344); Blue value is 117 (46.09% from 255 or 34.01% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C75 is #28F38A. Grayscale: #545454. Windows color (decimal): -2683787 or 7670999. OLE color: 7670999.
HSL color Cylindrical-coordinate representation of color #D70C75: hue angle of 328.97º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70C75 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 117 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.16 |
| HSL | 328.97º | 0.89% | 0.45% | - |
| HSV(B) | 328.97º | 0.94% | 0.84% | - |
| XYZ | 31.37 | 15.99 | 18.26 | - |
| YUV | 84.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 117 | 0 | 0.94 | 0.46 | 0.16 | 328.97 | 0.89 | 0.45 |
| Hex | D7 | C | 75 | 0 | 5E | 2E | 10 | 149 | 59 | 2D |
| Octal | 327 | 14 | 165 | 0 | 136 | 56 | 20 | 511 | 131 | 55 |
| Binary | 11010111 | 1100 | 1110101 | 0 | 1011110 | 101110 | 10000 | 101001001 | 1011001 | 101101 |
Color Harmonies of #D70C75
Complementary color
Monochromatic Colors of #D70C75
Black with #D70C75
Text Example
Text Example
White with #D70C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C75; }
p { color: rgb(215,12,117); }
H1.HeaderClassName
{
color: #D70C75;
}
.AnyTagClassName
{
color: #D70C75;
}
</style>
background-color css
<style>
a { background-color: #D70C75; }
a { background-color: rgb(215,12,117); }
div.DivClassName
{
background-color: #D70C75;
}
.BgClassName
{
background-color: #D70C75;
}
</style>
border-color css
<style>
span { border-color: #D70C75; }
span { border-color: rgb(215,12,117); }
td.TdClassName
{
border-color: #D70C75;
}
.TagClassName
{
border-color: #D70C75;
}
</style>