Shades of Medium Violet Red #D70D75
Tints of Medium Violet Red #D70D75
RGB
CMYK
RGB Variations
Color information
#D70D75 (or 0xD70D75) is known color: Medium Violet Red. HEX triplet: D7, 0D and 75. RGB value is (215,13,117). Sum of RGB (Red+Green+Blue) = 215+13+117=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70D75 is #28F28A. Grayscale: #555555. Windows color (decimal): -2683531 or 7671255. OLE color: 7671255.
HSL color Cylindrical-coordinate representation of color #D70D75: hue angle of 329.11º 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 #D70D75 is Cyan = 0, Magento = 0.94, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 117 | - |
| CMYK | 0 | 0.94 | 0.46 | 0.16 |
| HSL | 329.11º | 0.89% | 0.45% | - |
| HSV(B) | 329.11º | 0.94% | 0.84% | - |
| XYZ | 31.38 | 16.02 | 18.27 | - |
| YUV | 85.25 | 145.92 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 117 | 0 | 0.94 | 0.46 | 0.16 | 329.11 | 0.89 | 0.45 |
| Hex | D7 | D | 75 | 0 | 5E | 2E | 10 | 149 | 59 | 2D |
| Octal | 327 | 15 | 165 | 0 | 136 | 56 | 20 | 511 | 131 | 55 |
| Binary | 11010111 | 1101 | 1110101 | 0 | 1011110 | 101110 | 10000 | 101001001 | 1011001 | 101101 |
Color Harmonies of #D70D75
Complementary color
Monochromatic Colors of #D70D75
Black with #D70D75
Text Example
Text Example
White with #D70D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D75; }
p { color: rgb(215,13,117); }
H1.HeaderClassName
{
color: #D70D75;
}
.AnyTagClassName
{
color: #D70D75;
}
</style>
background-color css
<style>
a { background-color: #D70D75; }
a { background-color: rgb(215,13,117); }
div.DivClassName
{
background-color: #D70D75;
}
.BgClassName
{
background-color: #D70D75;
}
</style>
border-color css
<style>
span { border-color: #D70D75; }
span { border-color: rgb(215,13,117); }
td.TdClassName
{
border-color: #D70D75;
}
.TagClassName
{
border-color: #D70D75;
}
</style>