Shades of Medium Violet Red #D1047D
Tints of Medium Violet Red #D1047D
RGB
CMYK
RGB Variations
Color information
#D1047D (or 0xD1047D) is known color: Medium Violet Red. HEX triplet: D1, 04 and 7D. RGB value is (209,4,125). Sum of RGB (Red+Green+Blue) = 209+4+125=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1047D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1047D is #2EFB82. Grayscale: #4E4E4E. Windows color (decimal): -3079043 or 8193233. OLE color: 8193233.
HSL color Cylindrical-coordinate representation of color #D1047D: hue angle of 324.59º 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 #D1047D is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 125 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.18 |
| HSL | 324.59º | 0.96% | 0.42% | - |
| HSV(B) | 324.59º | 0.98% | 0.82% | - |
| XYZ | 30.04 | 15.12 | 20.74 | - |
| YUV | 79.09 | 153.92 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 125 | 0 | 0.98 | 0.40 | 0.18 | 324.59 | 0.96 | 0.42 |
| Hex | D1 | 4 | 7D | 0 | 62 | 28 | 12 | 145 | 60 | 2A |
| Octal | 321 | 4 | 175 | 0 | 142 | 50 | 22 | 505 | 140 | 52 |
| Binary | 11010001 | 100 | 1111101 | 0 | 1100010 | 101000 | 10010 | 101000101 | 1100000 | 101010 |
Color Harmonies of #D1047D
Complementary color
Monochromatic Colors of #D1047D
Black with #D1047D
Text Example
Text Example
White with #D1047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1047D; }
p { color: rgb(209,4,125); }
H1.HeaderClassName
{
color: #D1047D;
}
.AnyTagClassName
{
color: #D1047D;
}
</style>
background-color css
<style>
a { background-color: #D1047D; }
a { background-color: rgb(209,4,125); }
div.DivClassName
{
background-color: #D1047D;
}
.BgClassName
{
background-color: #D1047D;
}
</style>
border-color css
<style>
span { border-color: #D1047D; }
span { border-color: rgb(209,4,125); }
td.TdClassName
{
border-color: #D1047D;
}
.TagClassName
{
border-color: #D1047D;
}
</style>