Shades of Medium Violet Red #D7087C
Tints of Medium Violet Red #D7087C
RGB
CMYK
RGB Variations
Color information
#D7087C (or 0xD7087C) is known color: Medium Violet Red. HEX triplet: D7, 08 and 7C. RGB value is (215,8,124). Sum of RGB (Red+Green+Blue) = 215+8+124=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D7087C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7087C is #28F783. Grayscale: #525252. Windows color (decimal): -2684804 or 8128727. OLE color: 8128727.
HSL color Cylindrical-coordinate representation of color #D7087C: hue angle of 326.38º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D7087C is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 124 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.16 |
| HSL | 326.38º | 0.93% | 0.44% | - |
| HSV(B) | 326.38º | 0.96% | 0.84% | - |
| XYZ | 31.75 | 16.08 | 20.5 | - |
| YUV | 83.12 | 151.08 | 222.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 124 | 0 | 0.96 | 0.42 | 0.16 | 326.38 | 0.93 | 0.44 |
| Hex | D7 | 8 | 7C | 0 | 60 | 2A | 10 | 146 | 5D | 2C |
| Octal | 327 | 10 | 174 | 0 | 140 | 52 | 20 | 506 | 135 | 54 |
| Binary | 11010111 | 1000 | 1111100 | 0 | 1100000 | 101010 | 10000 | 101000110 | 1011101 | 101100 |
Color Harmonies of #D7087C
Complementary color
Monochromatic Colors of #D7087C
Black with #D7087C
Text Example
Text Example
White with #D7087C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7087C; }
p { color: rgb(215,8,124); }
H1.HeaderClassName
{
color: #D7087C;
}
.AnyTagClassName
{
color: #D7087C;
}
</style>
background-color css
<style>
a { background-color: #D7087C; }
a { background-color: rgb(215,8,124); }
div.DivClassName
{
background-color: #D7087C;
}
.BgClassName
{
background-color: #D7087C;
}
</style>
border-color css
<style>
span { border-color: #D7087C; }
span { border-color: rgb(215,8,124); }
td.TdClassName
{
border-color: #D7087C;
}
.TagClassName
{
border-color: #D7087C;
}
</style>