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