Shades of Medium Violet Red #D70D80
Tints of Medium Violet Red #D70D80
RGB
CMYK
RGB Variations
Color information
#D70D80 (or 0xD70D80) is known color: Medium Violet Red. HEX triplet: D7, 0D and 80. RGB value is (215,13,128). Sum of RGB (Red+Green+Blue) = 215+13+128=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 13 (5.47% from 255 or 3.65% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D70D80 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70D80 is #28F27F. Grayscale: #565656. Windows color (decimal): -2683520 or 8392151. OLE color: 8392151.
HSL color Cylindrical-coordinate representation of color #D70D80: hue angle of 325.84º 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 #D70D80 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 128 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.16 |
| HSL | 325.84º | 0.89% | 0.45% | - |
| HSV(B) | 325.84º | 0.94% | 0.84% | - |
| XYZ | 32.06 | 16.29 | 21.88 | - |
| YUV | 86.51 | 151.42 | 219.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 128 | 0 | 0.94 | 0.40 | 0.16 | 325.84 | 0.89 | 0.45 |
| Hex | D7 | D | 80 | 0 | 5E | 28 | 10 | 146 | 59 | 2D |
| Octal | 327 | 15 | 200 | 0 | 136 | 50 | 20 | 506 | 131 | 55 |
| Binary | 11010111 | 1101 | 10000000 | 0 | 1011110 | 101000 | 10000 | 101000110 | 1011001 | 101101 |
Color Harmonies of #D70D80
Complementary color
Monochromatic Colors of #D70D80
Black with #D70D80
Text Example
Text Example
White with #D70D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70D80; }
p { color: rgb(215,13,128); }
H1.HeaderClassName
{
color: #D70D80;
}
.AnyTagClassName
{
color: #D70D80;
}
</style>
background-color css
<style>
a { background-color: #D70D80; }
a { background-color: rgb(215,13,128); }
div.DivClassName
{
background-color: #D70D80;
}
.BgClassName
{
background-color: #D70D80;
}
</style>
border-color css
<style>
span { border-color: #D70D80; }
span { border-color: rgb(215,13,128); }
td.TdClassName
{
border-color: #D70D80;
}
.TagClassName
{
border-color: #D70D80;
}
</style>