Shades of Medium Violet Red #D70F84
Tints of Medium Violet Red #D70F84
RGB
CMYK
RGB Variations
Color information
#D70F84 (or 0xD70F84) is known color: Medium Violet Red. HEX triplet: D7, 0F and 84. RGB value is (215,15,132). Sum of RGB (Red+Green+Blue) = 215+15+132=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 15 (6.25% from 255 or 4.14% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D70F84 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70F84 is #28F07B. Grayscale: #575757. Windows color (decimal): -2683004 or 8654807. OLE color: 8654807.
HSL color Cylindrical-coordinate representation of color #D70F84: hue angle of 324.9º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D70F84 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 15 | 132 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.16 |
| HSL | 324.9º | 0.87% | 0.45% | - |
| HSV(B) | 324.9º | 0.93% | 0.84% | - |
| XYZ | 32.36 | 16.45 | 23.3 | - |
| YUV | 88.14 | 152.76 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 15 | 132 | 0 | 0.93 | 0.39 | 0.16 | 324.9 | 0.87 | 0.45 |
| Hex | D7 | F | 84 | 0 | 5D | 27 | 10 | 145 | 57 | 2D |
| Octal | 327 | 17 | 204 | 0 | 135 | 47 | 20 | 505 | 127 | 55 |
| Binary | 11010111 | 1111 | 10000100 | 0 | 1011101 | 100111 | 10000 | 101000101 | 1010111 | 101101 |
Color Harmonies of #D70F84
Complementary color
Monochromatic Colors of #D70F84
Black with #D70F84
Text Example
Text Example
White with #D70F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70F84; }
p { color: rgb(215,15,132); }
H1.HeaderClassName
{
color: #D70F84;
}
.AnyTagClassName
{
color: #D70F84;
}
</style>
background-color css
<style>
a { background-color: #D70F84; }
a { background-color: rgb(215,15,132); }
div.DivClassName
{
background-color: #D70F84;
}
.BgClassName
{
background-color: #D70F84;
}
</style>
border-color css
<style>
span { border-color: #D70F84; }
span { border-color: rgb(215,15,132); }
td.TdClassName
{
border-color: #D70F84;
}
.TagClassName
{
border-color: #D70F84;
}
</style>