Shades of Medium Violet Red #D5047A
Tints of Medium Violet Red #D5047A
RGB
CMYK
RGB Variations
Color information
#D5047A (or 0xD5047A) is known color: Medium Violet Red. HEX triplet: D5, 04 and 7A. RGB value is (213,4,122). Sum of RGB (Red+Green+Blue) = 213+4+122=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5047A is #2AFB85. Grayscale: #4F4F4F. Windows color (decimal): -2816902 or 7996629. OLE color: 7996629.
HSL color Cylindrical-coordinate representation of color #D5047A: hue angle of 326.12º 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 #D5047A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.16 |
| HSL | 326.12º | 0.96% | 0.43% | - |
| HSV(B) | 326.12º | 0.98% | 0.84% | - |
| XYZ | 31 | 15.64 | 19.8 | - |
| YUV | 79.94 | 151.74 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 4 | 122 | 0 | 0.98 | 0.43 | 0.16 | 326.12 | 0.96 | 0.43 |
| Hex | D5 | 4 | 7A | 0 | 62 | 2B | 10 | 146 | 60 | 2B |
| Octal | 325 | 4 | 172 | 0 | 142 | 53 | 20 | 506 | 140 | 53 |
| Binary | 11010101 | 100 | 1111010 | 0 | 1100010 | 101011 | 10000 | 101000110 | 1100000 | 101011 |
Color Harmonies of #D5047A
Complementary color
Monochromatic Colors of #D5047A
Black with #D5047A
Text Example
Text Example
White with #D5047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5047A; }
p { color: rgb(213,4,122); }
H1.HeaderClassName
{
color: #D5047A;
}
.AnyTagClassName
{
color: #D5047A;
}
</style>
background-color css
<style>
a { background-color: #D5047A; }
a { background-color: rgb(213,4,122); }
div.DivClassName
{
background-color: #D5047A;
}
.BgClassName
{
background-color: #D5047A;
}
</style>
border-color css
<style>
span { border-color: #D5047A; }
span { border-color: rgb(213,4,122); }
td.TdClassName
{
border-color: #D5047A;
}
.TagClassName
{
border-color: #D5047A;
}
</style>