Shades of Medium Violet Red #D10174
Tints of Medium Violet Red #D10174
RGB
CMYK
RGB Variations
Color information
#D10174 (or 0xD10174) is known color: Medium Violet Red. HEX triplet: D1, 01 and 74. RGB value is (209,1,116). Sum of RGB (Red+Green+Blue) = 209+1+116=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D10174 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10174 is #2EFE8B. Grayscale: #4C4C4C. Windows color (decimal): -3079820 or 7602641. OLE color: 7602641.
HSL color Cylindrical-coordinate representation of color #D10174: hue angle of 326.83º 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 #D10174 is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.18 |
| HSL | 326.83º | 0.99% | 0.41% | - |
| HSV(B) | 326.83º | 1% | 0.82% | - |
| XYZ | 29.46 | 14.84 | 17.83 | - |
| YUV | 76.3 | 150.41 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 1 | 116 | 0 | 1.00 | 0.44 | 0.18 | 326.83 | 0.99 | 0.41 |
| Hex | D1 | 1 | 74 | 0 | 64 | 2C | 12 | 147 | 63 | 29 |
| Octal | 321 | 1 | 164 | 0 | 144 | 54 | 22 | 507 | 143 | 51 |
| Binary | 11010001 | 1 | 1110100 | 0 | 1100100 | 101100 | 10010 | 101000111 | 1100011 | 101001 |
Color Harmonies of #D10174
Complementary color
Monochromatic Colors of #D10174
Black with #D10174
Text Example
Text Example
White with #D10174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10174; }
p { color: rgb(209,1,116); }
H1.HeaderClassName
{
color: #D10174;
}
.AnyTagClassName
{
color: #D10174;
}
</style>
background-color css
<style>
a { background-color: #D10174; }
a { background-color: rgb(209,1,116); }
div.DivClassName
{
background-color: #D10174;
}
.BgClassName
{
background-color: #D10174;
}
</style>
border-color css
<style>
span { border-color: #D10174; }
span { border-color: rgb(209,1,116); }
td.TdClassName
{
border-color: #D10174;
}
.TagClassName
{
border-color: #D10174;
}
</style>