Shades of Medium Violet Red #D70387
Tints of Medium Violet Red #D70387
RGB
CMYK
RGB Variations
Color information
#D70387 (or 0xD70387) is known color: Medium Violet Red. HEX triplet: D7, 03 and 87. RGB value is (215,3,135). Sum of RGB (Red+Green+Blue) = 215+3+135=353 (46% of max value = 765). Red value is 215 (84.38% from 255 or 60.91% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 215 - color contains mainly: red. Hex color #D70387 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70387 is #28FC78. Grayscale: #515151. Windows color (decimal): -2686073 or 8848343. OLE color: 8848343.
HSL color Cylindrical-coordinate representation of color #D70387: hue angle of 322.64º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D70387 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 135 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.16 |
| HSL | 322.64º | 0.97% | 0.43% | - |
| HSV(B) | 322.64º | 0.99% | 0.84% | - |
| XYZ | 32.43 | 16.26 | 24.35 | - |
| YUV | 81.44 | 158.24 | 223.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 135 | 0 | 0.99 | 0.37 | 0.16 | 322.64 | 0.97 | 0.43 |
| Hex | D7 | 3 | 87 | 0 | 63 | 25 | 10 | 143 | 61 | 2B |
| Octal | 327 | 3 | 207 | 0 | 143 | 45 | 20 | 503 | 141 | 53 |
| Binary | 11010111 | 11 | 10000111 | 0 | 1100011 | 100101 | 10000 | 101000011 | 1100001 | 101011 |
Color Harmonies of #D70387
Complementary color
Monochromatic Colors of #D70387
Black with #D70387
Text Example
Text Example
White with #D70387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70387; }
p { color: rgb(215,3,135); }
H1.HeaderClassName
{
color: #D70387;
}
.AnyTagClassName
{
color: #D70387;
}
</style>
background-color css
<style>
a { background-color: #D70387; }
a { background-color: rgb(215,3,135); }
div.DivClassName
{
background-color: #D70387;
}
.BgClassName
{
background-color: #D70387;
}
</style>
border-color css
<style>
span { border-color: #D70387; }
span { border-color: rgb(215,3,135); }
td.TdClassName
{
border-color: #D70387;
}
.TagClassName
{
border-color: #D70387;
}
</style>