Shades of Medium Violet Red #D103A0
Tints of Medium Violet Red #D103A0
RGB
CMYK
RGB Variations
Color information
#D103A0 (or 0xD103A0) is known color: Medium Violet Red. HEX triplet: D1, 03 and A0. RGB value is (209,3,160). Sum of RGB (Red+Green+Blue) = 209+3+160=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D103A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D103A0 is #2EFC5F. Grayscale: #525252. Windows color (decimal): -3079264 or 10486737. OLE color: 10486737.
HSL color Cylindrical-coordinate representation of color #D103A0: hue angle of 314.27º 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 #D103A0 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.18 |
| HSL | 314.27º | 0.97% | 0.42% | - |
| HSV(B) | 314.27º | 0.99% | 0.82% | - |
| XYZ | 32.67 | 16.16 | 34.65 | - |
| YUV | 82.49 | 171.75 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 160 | 0 | 0.99 | 0.23 | 0.18 | 314.27 | 0.97 | 0.42 |
| Hex | D1 | 3 | A0 | 0 | 63 | 17 | 12 | 13A | 61 | 2A |
| Octal | 321 | 3 | 240 | 0 | 143 | 27 | 22 | 472 | 141 | 52 |
| Binary | 11010001 | 11 | 10100000 | 0 | 1100011 | 10111 | 10010 | 100111010 | 1100001 | 101010 |
Color Harmonies of #D103A0
Complementary color
Monochromatic Colors of #D103A0
Black with #D103A0
Text Example
Text Example
White with #D103A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103A0; }
p { color: rgb(209,3,160); }
H1.HeaderClassName
{
color: #D103A0;
}
.AnyTagClassName
{
color: #D103A0;
}
</style>
background-color css
<style>
a { background-color: #D103A0; }
a { background-color: rgb(209,3,160); }
div.DivClassName
{
background-color: #D103A0;
}
.BgClassName
{
background-color: #D103A0;
}
</style>
border-color css
<style>
span { border-color: #D103A0; }
span { border-color: rgb(209,3,160); }
td.TdClassName
{
border-color: #D103A0;
}
.TagClassName
{
border-color: #D103A0;
}
</style>