Shades of Medium Violet Red #D70187
Tints of Medium Violet Red #D70187
RGB
CMYK
RGB Variations
Color information
#D70187 (or 0xD70187) is known color: Medium Violet Red. HEX triplet: D7, 01 and 87. RGB value is (215,1,135). Sum of RGB (Red+Green+Blue) = 215+1+135=351 (46% of max value = 765). Red value is 215 (84.38% from 255 or 61.25% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 215 - color contains mainly: red. Hex color #D70187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70187 is #28FE78. Grayscale: #4F4F4F. Windows color (decimal): -2686585 or 8847831. OLE color: 8847831.
HSL color Cylindrical-coordinate representation of color #D70187: hue angle of 322.43º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D70187 is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 1 | 135 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.16 |
| HSL | 322.43º | 0.99% | 0.42% | - |
| HSV(B) | 322.43º | 1% | 0.84% | - |
| XYZ | 32.41 | 16.22 | 24.34 | - |
| YUV | 80.26 | 158.9 | 224.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 1 | 135 | 0 | 1.00 | 0.37 | 0.16 | 322.43 | 0.99 | 0.42 |
| Hex | D7 | 1 | 87 | 0 | 64 | 25 | 10 | 142 | 63 | 2A |
| Octal | 327 | 1 | 207 | 0 | 144 | 45 | 20 | 502 | 143 | 52 |
| Binary | 11010111 | 1 | 10000111 | 0 | 1100100 | 100101 | 10000 | 101000010 | 1100011 | 101010 |
Color Harmonies of #D70187
Complementary color
Monochromatic Colors of #D70187
Black with #D70187
Text Example
Text Example
White with #D70187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70187; }
p { color: rgb(215,1,135); }
H1.HeaderClassName
{
color: #D70187;
}
.AnyTagClassName
{
color: #D70187;
}
</style>
background-color css
<style>
a { background-color: #D70187; }
a { background-color: rgb(215,1,135); }
div.DivClassName
{
background-color: #D70187;
}
.BgClassName
{
background-color: #D70187;
}
</style>
border-color css
<style>
span { border-color: #D70187; }
span { border-color: rgb(215,1,135); }
td.TdClassName
{
border-color: #D70187;
}
.TagClassName
{
border-color: #D70187;
}
</style>