Shades of Medium Violet Red #D7047A
Tints of Medium Violet Red #D7047A
RGB
CMYK
RGB Variations
Color information
#D7047A (or 0xD7047A) is known color: Medium Violet Red. HEX triplet: D7, 04 and 7A. RGB value is (215,4,122). Sum of RGB (Red+Green+Blue) = 215+4+122=341 (45% of max value = 765). Red value is 215 (84.38% from 255 or 63.05% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 215 - color contains mainly: red. Hex color #D7047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7047A is #28FB85. Grayscale: #505050. Windows color (decimal): -2685830 or 7996631. OLE color: 7996631.
HSL color Cylindrical-coordinate representation of color #D7047A: hue angle of 326.45º 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 #D7047A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.16 |
| HSL | 326.45º | 0.96% | 0.43% | - |
| HSV(B) | 326.45º | 0.98% | 0.84% | - |
| XYZ | 31.58 | 15.94 | 19.82 | - |
| YUV | 80.54 | 151.4 | 223.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 122 | 0 | 0.98 | 0.43 | 0.16 | 326.45 | 0.96 | 0.43 |
| Hex | D7 | 4 | 7A | 0 | 62 | 2B | 10 | 146 | 60 | 2B |
| Octal | 327 | 4 | 172 | 0 | 142 | 53 | 20 | 506 | 140 | 53 |
| Binary | 11010111 | 100 | 1111010 | 0 | 1100010 | 101011 | 10000 | 101000110 | 1100000 | 101011 |
Color Harmonies of #D7047A
Complementary color
Monochromatic Colors of #D7047A
Black with #D7047A
Text Example
Text Example
White with #D7047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7047A; }
p { color: rgb(215,4,122); }
H1.HeaderClassName
{
color: #D7047A;
}
.AnyTagClassName
{
color: #D7047A;
}
</style>
background-color css
<style>
a { background-color: #D7047A; }
a { background-color: rgb(215,4,122); }
div.DivClassName
{
background-color: #D7047A;
}
.BgClassName
{
background-color: #D7047A;
}
</style>
border-color css
<style>
span { border-color: #D7047A; }
span { border-color: rgb(215,4,122); }
td.TdClassName
{
border-color: #D7047A;
}
.TagClassName
{
border-color: #D7047A;
}
</style>