Shades of Medium Violet Red #D1037A
Tints of Medium Violet Red #D1037A
RGB
CMYK
RGB Variations
Color information
#D1037A (or 0xD1037A) is known color: Medium Violet Red. HEX triplet: D1, 03 and 7A. RGB value is (209,3,122). Sum of RGB (Red+Green+Blue) = 209+3+122=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D1037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1037A is #2EFC85. Grayscale: #4D4D4D. Windows color (decimal): -3079302 or 7996369. OLE color: 7996369.
HSL color Cylindrical-coordinate representation of color #D1037A: hue angle of 325.34º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1037A is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 122 | - |
| CMYK | 0 | 0.99 | 0.42 | 0.18 |
| HSL | 325.34º | 0.97% | 0.42% | - |
| HSV(B) | 325.34º | 0.99% | 0.82% | - |
| XYZ | 29.84 | 15.03 | 19.74 | - |
| YUV | 78.16 | 152.75 | 221.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 122 | 0 | 0.99 | 0.42 | 0.18 | 325.34 | 0.97 | 0.42 |
| Hex | D1 | 3 | 7A | 0 | 63 | 2A | 12 | 145 | 61 | 2A |
| Octal | 321 | 3 | 172 | 0 | 143 | 52 | 22 | 505 | 141 | 52 |
| Binary | 11010001 | 11 | 1111010 | 0 | 1100011 | 101010 | 10010 | 101000101 | 1100001 | 101010 |
Color Harmonies of #D1037A
Complementary color
Monochromatic Colors of #D1037A
Black with #D1037A
Text Example
Text Example
White with #D1037A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1037A; }
p { color: rgb(209,3,122); }
H1.HeaderClassName
{
color: #D1037A;
}
.AnyTagClassName
{
color: #D1037A;
}
</style>
background-color css
<style>
a { background-color: #D1037A; }
a { background-color: rgb(209,3,122); }
div.DivClassName
{
background-color: #D1037A;
}
.BgClassName
{
background-color: #D1037A;
}
</style>
border-color css
<style>
span { border-color: #D1037A; }
span { border-color: rgb(209,3,122); }
td.TdClassName
{
border-color: #D1037A;
}
.TagClassName
{
border-color: #D1037A;
}
</style>