Shades of Medium Violet Red #D10374
Tints of Medium Violet Red #D10374
RGB
CMYK
RGB Variations
Color information
#D10374 (or 0xD10374) is known color: Medium Violet Red. HEX triplet: D1, 03 and 74. RGB value is (209,3,116). Sum of RGB (Red+Green+Blue) = 209+3+116=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 3 (1.56% from 255 or 0.91% from 328); Blue value is 116 (45.70% from 255 or 35.37% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D10374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10374 is #2EFC8B. Grayscale: #4D4D4D. Windows color (decimal): -3079308 or 7603153. OLE color: 7603153.
HSL color Cylindrical-coordinate representation of color #D10374: hue angle of 327.09º 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 #D10374 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 116 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.18 |
| HSL | 327.09º | 0.97% | 0.42% | - |
| HSV(B) | 327.09º | 0.99% | 0.82% | - |
| XYZ | 29.48 | 14.88 | 17.84 | - |
| YUV | 77.48 | 149.75 | 221.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 116 | 0 | 0.99 | 0.44 | 0.18 | 327.09 | 0.97 | 0.42 |
| Hex | D1 | 3 | 74 | 0 | 63 | 2C | 12 | 147 | 61 | 2A |
| Octal | 321 | 3 | 164 | 0 | 143 | 54 | 22 | 507 | 141 | 52 |
| Binary | 11010001 | 11 | 1110100 | 0 | 1100011 | 101100 | 10010 | 101000111 | 1100001 | 101010 |
Color Harmonies of #D10374
Complementary color
Monochromatic Colors of #D10374
Black with #D10374
Text Example
Text Example
White with #D10374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10374; }
p { color: rgb(209,3,116); }
H1.HeaderClassName
{
color: #D10374;
}
.AnyTagClassName
{
color: #D10374;
}
</style>
background-color css
<style>
a { background-color: #D10374; }
a { background-color: rgb(209,3,116); }
div.DivClassName
{
background-color: #D10374;
}
.BgClassName
{
background-color: #D10374;
}
</style>
border-color css
<style>
span { border-color: #D10374; }
span { border-color: rgb(209,3,116); }
td.TdClassName
{
border-color: #D10374;
}
.TagClassName
{
border-color: #D10374;
}
</style>