Shades of Medium Violet Red #D7047D
Tints of Medium Violet Red #D7047D
RGB
CMYK
RGB Variations
Color information
#D7047D (or 0xD7047D) is known color: Medium Violet Red. HEX triplet: D7, 04 and 7D. RGB value is (215,4,125). Sum of RGB (Red+Green+Blue) = 215+4+125=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7047D is #28FB82. Grayscale: #505050. Windows color (decimal): -2685827 or 8193239. OLE color: 8193239.
HSL color Cylindrical-coordinate representation of color #D7047D: hue angle of 325.59º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7047D is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.16 |
| HSL | 325.59º | 0.96% | 0.43% | - |
| HSV(B) | 325.59º | 0.98% | 0.84% | - |
| XYZ | 31.77 | 16.01 | 20.82 | - |
| YUV | 80.88 | 152.9 | 223.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 125 | 0 | 0.98 | 0.42 | 0.16 | 325.59 | 0.96 | 0.43 |
| Hex | D7 | 4 | 7D | 0 | 62 | 2A | 10 | 146 | 60 | 2B |
| Octal | 327 | 4 | 175 | 0 | 142 | 52 | 20 | 506 | 140 | 53 |
| Binary | 11010111 | 100 | 1111101 | 0 | 1100010 | 101010 | 10000 | 101000110 | 1100000 | 101011 |
Color Harmonies of #D7047D
Complementary color
Monochromatic Colors of #D7047D
Black with #D7047D
Text Example
Text Example
White with #D7047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7047D; }
p { color: rgb(215,4,125); }
H1.HeaderClassName
{
color: #D7047D;
}
.AnyTagClassName
{
color: #D7047D;
}
</style>
background-color css
<style>
a { background-color: #D7047D; }
a { background-color: rgb(215,4,125); }
div.DivClassName
{
background-color: #D7047D;
}
.BgClassName
{
background-color: #D7047D;
}
</style>
border-color css
<style>
span { border-color: #D7047D; }
span { border-color: rgb(215,4,125); }
td.TdClassName
{
border-color: #D7047D;
}
.TagClassName
{
border-color: #D7047D;
}
</style>