Shades of Medium Violet Red #D10472
Tints of Medium Violet Red #D10472
RGB
CMYK
RGB Variations
Color information
#D10472 (or 0xD10472) is known color: Medium Violet Red. HEX triplet: D1, 04 and 72. RGB value is (209,4,114). Sum of RGB (Red+Green+Blue) = 209+4+114=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D10472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10472 is #2EFB8D. Grayscale: #4D4D4D. Windows color (decimal): -3079054 or 7472337. OLE color: 7472337.
HSL color Cylindrical-coordinate representation of color #D10472: hue angle of 327.8º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D10472 is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 114 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.18 |
| HSL | 327.8º | 0.96% | 0.42% | - |
| HSV(B) | 327.8º | 0.98% | 0.82% | - |
| XYZ | 29.38 | 14.86 | 17.24 | - |
| YUV | 77.84 | 148.42 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 114 | 0 | 0.98 | 0.45 | 0.18 | 327.8 | 0.96 | 0.42 |
| Hex | D1 | 4 | 72 | 0 | 62 | 2D | 12 | 148 | 60 | 2A |
| Octal | 321 | 4 | 162 | 0 | 142 | 55 | 22 | 510 | 140 | 52 |
| Binary | 11010001 | 100 | 1110010 | 0 | 1100010 | 101101 | 10010 | 101001000 | 1100000 | 101010 |
Color Harmonies of #D10472
Complementary color
Monochromatic Colors of #D10472
Black with #D10472
Text Example
Text Example
White with #D10472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10472; }
p { color: rgb(209,4,114); }
H1.HeaderClassName
{
color: #D10472;
}
.AnyTagClassName
{
color: #D10472;
}
</style>
background-color css
<style>
a { background-color: #D10472; }
a { background-color: rgb(209,4,114); }
div.DivClassName
{
background-color: #D10472;
}
.BgClassName
{
background-color: #D10472;
}
</style>
border-color css
<style>
span { border-color: #D10472; }
span { border-color: rgb(209,4,114); }
td.TdClassName
{
border-color: #D10472;
}
.TagClassName
{
border-color: #D10472;
}
</style>