Shades of Medium Violet Red #D70C7D
Tints of Medium Violet Red #D70C7D
RGB
CMYK
RGB Variations
Color information
#D70C7D (or 0xD70C7D) is known color: Medium Violet Red. HEX triplet: D7, 0C and 7D. RGB value is (215,12,125). Sum of RGB (Red+Green+Blue) = 215+12+125=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D70C7D is #28F382. Grayscale: #555555. Windows color (decimal): -2683779 or 8195287. OLE color: 8195287.
HSL color Cylindrical-coordinate representation of color #D70C7D: hue angle of 326.6º 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 #D70C7D is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 125 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.16 |
| HSL | 326.6º | 0.89% | 0.45% | - |
| HSV(B) | 326.6º | 0.94% | 0.84% | - |
| XYZ | 31.86 | 16.19 | 20.85 | - |
| YUV | 85.58 | 150.25 | 220.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 125 | 0 | 0.94 | 0.42 | 0.16 | 326.6 | 0.89 | 0.45 |
| Hex | D7 | C | 7D | 0 | 5E | 2A | 10 | 147 | 59 | 2D |
| Octal | 327 | 14 | 175 | 0 | 136 | 52 | 20 | 507 | 131 | 55 |
| Binary | 11010111 | 1100 | 1111101 | 0 | 1011110 | 101010 | 10000 | 101000111 | 1011001 | 101101 |
Color Harmonies of #D70C7D
Complementary color
Monochromatic Colors of #D70C7D
Black with #D70C7D
Text Example
Text Example
White with #D70C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C7D; }
p { color: rgb(215,12,125); }
H1.HeaderClassName
{
color: #D70C7D;
}
.AnyTagClassName
{
color: #D70C7D;
}
</style>
background-color css
<style>
a { background-color: #D70C7D; }
a { background-color: rgb(215,12,125); }
div.DivClassName
{
background-color: #D70C7D;
}
.BgClassName
{
background-color: #D70C7D;
}
</style>
border-color css
<style>
span { border-color: #D70C7D; }
span { border-color: rgb(215,12,125); }
td.TdClassName
{
border-color: #D70C7D;
}
.TagClassName
{
border-color: #D70C7D;
}
</style>