Shades of Medium Violet Red #D10175
Tints of Medium Violet Red #D10175
RGB
CMYK
RGB Variations
Color information
#D10175 (or 0xD10175) is known color: Medium Violet Red. HEX triplet: D1, 01 and 75. RGB value is (209,1,117). Sum of RGB (Red+Green+Blue) = 209+1+117=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D10175 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10175 is #2EFE8A. Grayscale: #4C4C4C. Windows color (decimal): -3079819 or 7668177. OLE color: 7668177.
HSL color Cylindrical-coordinate representation of color #D10175: hue angle of 326.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10175 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 117 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.18 |
| HSL | 326.54º | 0.99% | 0.41% | - |
| HSV(B) | 326.54º | 1% | 0.82% | - |
| XYZ | 29.52 | 14.86 | 18.14 | - |
| YUV | 76.42 | 150.91 | 222.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 117 | 0 | 1.00 | 0.44 | 0.18 | 326.54 | 0.99 | 0.41 |
| Hex | D1 | 1 | 75 | 0 | 64 | 2C | 12 | 147 | 63 | 29 |
| Octal | 321 | 1 | 165 | 0 | 144 | 54 | 22 | 507 | 143 | 51 |
| Binary | 11010001 | 1 | 1110101 | 0 | 1100100 | 101100 | 10010 | 101000111 | 1100011 | 101001 |
Color Harmonies of #D10175
Complementary color
Monochromatic Colors of #D10175
Black with #D10175
Text Example
Text Example
White with #D10175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10175; }
p { color: rgb(209,1,117); }
H1.HeaderClassName
{
color: #D10175;
}
.AnyTagClassName
{
color: #D10175;
}
</style>
background-color css
<style>
a { background-color: #D10175; }
a { background-color: rgb(209,1,117); }
div.DivClassName
{
background-color: #D10175;
}
.BgClassName
{
background-color: #D10175;
}
</style>
border-color css
<style>
span { border-color: #D10175; }
span { border-color: rgb(209,1,117); }
td.TdClassName
{
border-color: #D10175;
}
.TagClassName
{
border-color: #D10175;
}
</style>