Shades of Medium Violet Red #D1047A
Tints of Medium Violet Red #D1047A
RGB
CMYK
RGB Variations
Color information
#D1047A (or 0xD1047A) is known color: Medium Violet Red. HEX triplet: D1, 04 and 7A. RGB value is (209,4,122). Sum of RGB (Red+Green+Blue) = 209+4+122=335 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.39% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 209 - color contains mainly: red. Hex color #D1047A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1047A is #2EFB85. Grayscale: #4E4E4E. Windows color (decimal): -3079046 or 7996625. OLE color: 7996625.
HSL color Cylindrical-coordinate representation of color #D1047A: hue angle of 325.46º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1047A is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 122 | - |
| CMYK | 0 | 0.98 | 0.42 | 0.18 |
| HSL | 325.46º | 0.96% | 0.42% | - |
| HSV(B) | 325.46º | 0.98% | 0.82% | - |
| XYZ | 29.85 | 15.05 | 19.74 | - |
| YUV | 78.75 | 152.42 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 122 | 0 | 0.98 | 0.42 | 0.18 | 325.46 | 0.96 | 0.42 |
| Hex | D1 | 4 | 7A | 0 | 62 | 2A | 12 | 145 | 60 | 2A |
| Octal | 321 | 4 | 172 | 0 | 142 | 52 | 22 | 505 | 140 | 52 |
| Binary | 11010001 | 100 | 1111010 | 0 | 1100010 | 101010 | 10010 | 101000101 | 1100000 | 101010 |
Color Harmonies of #D1047A
Complementary color
Monochromatic Colors of #D1047A
Black with #D1047A
Text Example
Text Example
White with #D1047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1047A; }
p { color: rgb(209,4,122); }
H1.HeaderClassName
{
color: #D1047A;
}
.AnyTagClassName
{
color: #D1047A;
}
</style>
background-color css
<style>
a { background-color: #D1047A; }
a { background-color: rgb(209,4,122); }
div.DivClassName
{
background-color: #D1047A;
}
.BgClassName
{
background-color: #D1047A;
}
</style>
border-color css
<style>
span { border-color: #D1047A; }
span { border-color: rgb(209,4,122); }
td.TdClassName
{
border-color: #D1047A;
}
.TagClassName
{
border-color: #D1047A;
}
</style>