Shades of Medium Violet Red #D1038B
Tints of Medium Violet Red #D1038B
RGB
CMYK
RGB Variations
Color information
#D1038B (or 0xD1038B) is known color: Medium Violet Red. HEX triplet: D1, 03 and 8B. RGB value is (209,3,139). Sum of RGB (Red+Green+Blue) = 209+3+139=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D1038B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1038B is #2EFC74. Grayscale: #4F4F4F. Windows color (decimal): -3079285 or 9110481. OLE color: 9110481.
HSL color Cylindrical-coordinate representation of color #D1038B: hue angle of 320.39º 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 #D1038B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 139 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.18 |
| HSL | 320.39º | 0.97% | 0.42% | - |
| HSV(B) | 320.39º | 0.99% | 0.82% | - |
| XYZ | 30.99 | 15.48 | 25.78 | - |
| YUV | 80.1 | 161.25 | 219.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 139 | 0 | 0.99 | 0.33 | 0.18 | 320.39 | 0.97 | 0.42 |
| Hex | D1 | 3 | 8B | 0 | 63 | 21 | 12 | 140 | 61 | 2A |
| Octal | 321 | 3 | 213 | 0 | 143 | 41 | 22 | 500 | 141 | 52 |
| Binary | 11010001 | 11 | 10001011 | 0 | 1100011 | 100001 | 10010 | 101000000 | 1100001 | 101010 |
Color Harmonies of #D1038B
Complementary color
Monochromatic Colors of #D1038B
Black with #D1038B
Text Example
Text Example
White with #D1038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1038B; }
p { color: rgb(209,3,139); }
H1.HeaderClassName
{
color: #D1038B;
}
.AnyTagClassName
{
color: #D1038B;
}
</style>
background-color css
<style>
a { background-color: #D1038B; }
a { background-color: rgb(209,3,139); }
div.DivClassName
{
background-color: #D1038B;
}
.BgClassName
{
background-color: #D1038B;
}
</style>
border-color css
<style>
span { border-color: #D1038B; }
span { border-color: rgb(209,3,139); }
td.TdClassName
{
border-color: #D1038B;
}
.TagClassName
{
border-color: #D1038B;
}
</style>