Shades of Medium Violet Red #D6047A
Tints of Medium Violet Red #D6047A
RGB
CMYK
RGB Variations
Color information
#D6047A (or 0xD6047A) is known color: Medium Violet Red. HEX triplet: D6, 04 and 7A. RGB value is (214,4,122). Sum of RGB (Red+Green+Blue) = 214+4+122=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6047A is #29FB85. Grayscale: #4F4F4F. Windows color (decimal): -2751366 or 7996630. OLE color: 7996630.
HSL color Cylindrical-coordinate representation of color #D6047A: hue angle of 326.29º 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 #D6047A is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.43 | 0.16 |
| HSL | 326.29º | 0.96% | 0.43% | - |
| HSV(B) | 326.29º | 0.98% | 0.84% | - |
| XYZ | 31.29 | 15.79 | 19.81 | - |
| YUV | 80.24 | 151.57 | 223.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 122 | 0 | 0.98 | 0.43 | 0.16 | 326.29 | 0.96 | 0.43 |
| Hex | D6 | 4 | 7A | 0 | 62 | 2B | 10 | 146 | 60 | 2B |
| Octal | 326 | 4 | 172 | 0 | 142 | 53 | 20 | 506 | 140 | 53 |
| Binary | 11010110 | 100 | 1111010 | 0 | 1100010 | 101011 | 10000 | 101000110 | 1100000 | 101011 |
Color Harmonies of #D6047A
Complementary color
Monochromatic Colors of #D6047A
Black with #D6047A
Text Example
Text Example
White with #D6047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6047A; }
p { color: rgb(214,4,122); }
H1.HeaderClassName
{
color: #D6047A;
}
.AnyTagClassName
{
color: #D6047A;
}
</style>
background-color css
<style>
a { background-color: #D6047A; }
a { background-color: rgb(214,4,122); }
div.DivClassName
{
background-color: #D6047A;
}
.BgClassName
{
background-color: #D6047A;
}
</style>
border-color css
<style>
span { border-color: #D6047A; }
span { border-color: rgb(214,4,122); }
td.TdClassName
{
border-color: #D6047A;
}
.TagClassName
{
border-color: #D6047A;
}
</style>