Shades of Medium Violet Red #D70287
Tints of Medium Violet Red #D70287
RGB
CMYK
RGB Variations
Color information
#D70287 (or 0xD70287) is known color: Medium Violet Red. HEX triplet: D7, 02 and 87. RGB value is (215,2,135). Sum of RGB (Red+Green+Blue) = 215+2+135=352 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.08% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 135 (53.12% from 255 or 38.35% from 352); Max value from RGB is 215 - color contains mainly: red. Hex color #D70287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70287 is #28FD78. Grayscale: #505050. Windows color (decimal): -2686329 or 8848087. OLE color: 8848087.
HSL color Cylindrical-coordinate representation of color #D70287: hue angle of 322.54º degrees, saturation: 0.98, 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 #D70287 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 2 | 135 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.16 |
| HSL | 322.54º | 0.98% | 0.43% | - |
| HSV(B) | 322.54º | 0.99% | 0.84% | - |
| XYZ | 32.42 | 16.24 | 24.35 | - |
| YUV | 80.85 | 158.57 | 223.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 2 | 135 | 0 | 0.99 | 0.37 | 0.16 | 322.54 | 0.98 | 0.43 |
| Hex | D7 | 2 | 87 | 0 | 63 | 25 | 10 | 143 | 62 | 2B |
| Octal | 327 | 2 | 207 | 0 | 143 | 45 | 20 | 503 | 142 | 53 |
| Binary | 11010111 | 10 | 10000111 | 0 | 1100011 | 100101 | 10000 | 101000011 | 1100010 | 101011 |
Color Harmonies of #D70287
Complementary color
Monochromatic Colors of #D70287
Black with #D70287
Text Example
Text Example
White with #D70287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70287; }
p { color: rgb(215,2,135); }
H1.HeaderClassName
{
color: #D70287;
}
.AnyTagClassName
{
color: #D70287;
}
</style>
background-color css
<style>
a { background-color: #D70287; }
a { background-color: rgb(215,2,135); }
div.DivClassName
{
background-color: #D70287;
}
.BgClassName
{
background-color: #D70287;
}
</style>
border-color css
<style>
span { border-color: #D70287; }
span { border-color: rgb(215,2,135); }
td.TdClassName
{
border-color: #D70287;
}
.TagClassName
{
border-color: #D70287;
}
</style>