Shades of Medium Violet Red #D7037F
Tints of Medium Violet Red #D7037F
RGB
CMYK
RGB Variations
Color information
#D7037F (or 0xD7037F) is known color: Medium Violet Red. HEX triplet: D7, 03 and 7F. RGB value is (215,3,127). Sum of RGB (Red+Green+Blue) = 215+3+127=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 3 (1.56% from 255 or 0.87% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7037F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7037F is #28FC80. Grayscale: #505050. Windows color (decimal): -2686081 or 8324055. OLE color: 8324055.
HSL color Cylindrical-coordinate representation of color #D7037F: hue angle of 324.91º 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 #D7037F is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 127 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.16 |
| HSL | 324.91º | 0.97% | 0.43% | - |
| HSV(B) | 324.91º | 0.99% | 0.84% | - |
| XYZ | 31.89 | 16.04 | 21.49 | - |
| YUV | 80.52 | 154.24 | 223.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 127 | 0 | 0.99 | 0.41 | 0.16 | 324.91 | 0.97 | 0.43 |
| Hex | D7 | 3 | 7F | 0 | 63 | 29 | 10 | 145 | 61 | 2B |
| Octal | 327 | 3 | 177 | 0 | 143 | 51 | 20 | 505 | 141 | 53 |
| Binary | 11010111 | 11 | 1111111 | 0 | 1100011 | 101001 | 10000 | 101000101 | 1100001 | 101011 |
Color Harmonies of #D7037F
Complementary color
Monochromatic Colors of #D7037F
Black with #D7037F
Text Example
Text Example
White with #D7037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7037F; }
p { color: rgb(215,3,127); }
H1.HeaderClassName
{
color: #D7037F;
}
.AnyTagClassName
{
color: #D7037F;
}
</style>
background-color css
<style>
a { background-color: #D7037F; }
a { background-color: rgb(215,3,127); }
div.DivClassName
{
background-color: #D7037F;
}
.BgClassName
{
background-color: #D7037F;
}
</style>
border-color css
<style>
span { border-color: #D7037F; }
span { border-color: rgb(215,3,127); }
td.TdClassName
{
border-color: #D7037F;
}
.TagClassName
{
border-color: #D7037F;
}
</style>