Shades of Medium Violet Red #D10571
Tints of Medium Violet Red #D10571
RGB
CMYK
RGB Variations
Color information
#D10571 (or 0xD10571) is known color: Medium Violet Red. HEX triplet: D1, 05 and 71. RGB value is (209,5,113). Sum of RGB (Red+Green+Blue) = 209+5+113=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 5 (2.34% from 255 or 1.53% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D10571 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10571 is #2EFA8E. Grayscale: #4E4E4E. Windows color (decimal): -3078799 or 7407057. OLE color: 7407057.
HSL color Cylindrical-coordinate representation of color #D10571: hue angle of 328.24º degrees, saturation: 0.95, 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 #D10571 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 113 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.18 |
| HSL | 328.24º | 0.95% | 0.42% | - |
| HSV(B) | 328.24º | 0.98% | 0.82% | - |
| XYZ | 29.33 | 14.86 | 16.94 | - |
| YUV | 78.31 | 147.59 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 113 | 0 | 0.98 | 0.46 | 0.18 | 328.24 | 0.95 | 0.42 |
| Hex | D1 | 5 | 71 | 0 | 62 | 2E | 12 | 148 | 5F | 2A |
| Octal | 321 | 5 | 161 | 0 | 142 | 56 | 22 | 510 | 137 | 52 |
| Binary | 11010001 | 101 | 1110001 | 0 | 1100010 | 101110 | 10010 | 101001000 | 1011111 | 101010 |
Color Harmonies of #D10571
Complementary color
Monochromatic Colors of #D10571
Black with #D10571
Text Example
Text Example
White with #D10571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10571; }
p { color: rgb(209,5,113); }
H1.HeaderClassName
{
color: #D10571;
}
.AnyTagClassName
{
color: #D10571;
}
</style>
background-color css
<style>
a { background-color: #D10571; }
a { background-color: rgb(209,5,113); }
div.DivClassName
{
background-color: #D10571;
}
.BgClassName
{
background-color: #D10571;
}
</style>
border-color css
<style>
span { border-color: #D10571; }
span { border-color: rgb(209,5,113); }
td.TdClassName
{
border-color: #D10571;
}
.TagClassName
{
border-color: #D10571;
}
</style>