Shades of Medium Violet Red #D10671
Tints of Medium Violet Red #D10671
RGB
CMYK
RGB Variations
Color information
#D10671 (or 0xD10671) is known color: Medium Violet Red. HEX triplet: D1, 06 and 71. RGB value is (209,6,113). Sum of RGB (Red+Green+Blue) = 209+6+113=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D10671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10671 is #2EF98E. Grayscale: #4E4E4E. Windows color (decimal): -3078543 or 7407313. OLE color: 7407313.
HSL color Cylindrical-coordinate representation of color #D10671: hue angle of 328.37º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10671 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 113 | - |
| CMYK | 0 | 0.97 | 0.46 | 0.18 |
| HSL | 328.37º | 0.94% | 0.42% | - |
| HSV(B) | 328.37º | 0.97% | 0.82% | - |
| XYZ | 29.34 | 14.88 | 16.95 | - |
| YUV | 78.9 | 147.25 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 113 | 0 | 0.97 | 0.46 | 0.18 | 328.37 | 0.94 | 0.42 |
| Hex | D1 | 6 | 71 | 0 | 61 | 2E | 12 | 148 | 5E | 2A |
| Octal | 321 | 6 | 161 | 0 | 141 | 56 | 22 | 510 | 136 | 52 |
| Binary | 11010001 | 110 | 1110001 | 0 | 1100001 | 101110 | 10010 | 101001000 | 1011110 | 101010 |
Color Harmonies of #D10671
Complementary color
Monochromatic Colors of #D10671
Black with #D10671
Text Example
Text Example
White with #D10671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10671; }
p { color: rgb(209,6,113); }
H1.HeaderClassName
{
color: #D10671;
}
.AnyTagClassName
{
color: #D10671;
}
</style>
background-color css
<style>
a { background-color: #D10671; }
a { background-color: rgb(209,6,113); }
div.DivClassName
{
background-color: #D10671;
}
.BgClassName
{
background-color: #D10671;
}
</style>
border-color css
<style>
span { border-color: #D10671; }
span { border-color: rgb(209,6,113); }
td.TdClassName
{
border-color: #D10671;
}
.TagClassName
{
border-color: #D10671;
}
</style>