Shades of Medium Violet Red #D1038E
Tints of Medium Violet Red #D1038E
RGB
CMYK
RGB Variations
Color information
#D1038E (or 0xD1038E) is known color: Medium Violet Red. HEX triplet: D1, 03 and 8E. RGB value is (209,3,142). Sum of RGB (Red+Green+Blue) = 209+3+142=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 3 (1.56% from 255 or 0.85% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1038E is #2EFC71. Grayscale: #505050. Windows color (decimal): -3079282 or 9307089. OLE color: 9307089.
HSL color Cylindrical-coordinate representation of color #D1038E: hue angle of 319.51º 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 #D1038E is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.18 |
| HSL | 319.51º | 0.97% | 0.42% | - |
| HSV(B) | 319.51º | 0.99% | 0.82% | - |
| XYZ | 31.21 | 15.57 | 26.95 | - |
| YUV | 80.44 | 162.75 | 219.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 142 | 0 | 0.99 | 0.32 | 0.18 | 319.51 | 0.97 | 0.42 |
| Hex | D1 | 3 | 8E | 0 | 63 | 20 | 12 | 140 | 61 | 2A |
| Octal | 321 | 3 | 216 | 0 | 143 | 40 | 22 | 500 | 141 | 52 |
| Binary | 11010001 | 11 | 10001110 | 0 | 1100011 | 100000 | 10010 | 101000000 | 1100001 | 101010 |
Color Harmonies of #D1038E
Complementary color
Monochromatic Colors of #D1038E
Black with #D1038E
Text Example
Text Example
White with #D1038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1038E; }
p { color: rgb(209,3,142); }
H1.HeaderClassName
{
color: #D1038E;
}
.AnyTagClassName
{
color: #D1038E;
}
</style>
background-color css
<style>
a { background-color: #D1038E; }
a { background-color: rgb(209,3,142); }
div.DivClassName
{
background-color: #D1038E;
}
.BgClassName
{
background-color: #D1038E;
}
</style>
border-color css
<style>
span { border-color: #D1038E; }
span { border-color: rgb(209,3,142); }
td.TdClassName
{
border-color: #D1038E;
}
.TagClassName
{
border-color: #D1038E;
}
</style>