Shades of Medium Violet Red #D70C8F
Tints of Medium Violet Red #D70C8F
RGB
CMYK
RGB Variations
Color information
#D70C8F (or 0xD70C8F) is known color: Medium Violet Red. HEX triplet: D7, 0C and 8F. RGB value is (215,12,143). Sum of RGB (Red+Green+Blue) = 215+12+143=370 (49% of max value = 765). Red value is 215 (84.38% from 255 or 58.11% from 370); Green value is 12 (5.08% from 255 or 3.24% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 215 - color contains mainly: red. Hex color #D70C8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70C8F is #28F370. Grayscale: #575757. Windows color (decimal): -2683761 or 9374935. OLE color: 9374935.
HSL color Cylindrical-coordinate representation of color #D70C8F: hue angle of 321.28º 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 #D70C8F is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 143 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.16 |
| HSL | 321.28º | 0.89% | 0.45% | - |
| HSV(B) | 321.28º | 0.94% | 0.84% | - |
| XYZ | 33.11 | 16.69 | 27.46 | - |
| YUV | 87.63 | 159.25 | 218.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 143 | 0 | 0.94 | 0.33 | 0.16 | 321.28 | 0.89 | 0.45 |
| Hex | D7 | C | 8F | 0 | 5E | 21 | 10 | 141 | 59 | 2D |
| Octal | 327 | 14 | 217 | 0 | 136 | 41 | 20 | 501 | 131 | 55 |
| Binary | 11010111 | 1100 | 10001111 | 0 | 1011110 | 100001 | 10000 | 101000001 | 1011001 | 101101 |
Color Harmonies of #D70C8F
Complementary color
Monochromatic Colors of #D70C8F
Black with #D70C8F
Text Example
Text Example
White with #D70C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70C8F; }
p { color: rgb(215,12,143); }
H1.HeaderClassName
{
color: #D70C8F;
}
.AnyTagClassName
{
color: #D70C8F;
}
</style>
background-color css
<style>
a { background-color: #D70C8F; }
a { background-color: rgb(215,12,143); }
div.DivClassName
{
background-color: #D70C8F;
}
.BgClassName
{
background-color: #D70C8F;
}
</style>
border-color css
<style>
span { border-color: #D70C8F; }
span { border-color: rgb(215,12,143); }
td.TdClassName
{
border-color: #D70C8F;
}
.TagClassName
{
border-color: #D70C8F;
}
</style>