Shades of Medium Violet Red #D1059D
Tints of Medium Violet Red #D1059D
RGB
CMYK
RGB Variations
Color information
#D1059D (or 0xD1059D) is known color: Medium Violet Red. HEX triplet: D1, 05 and 9D. RGB value is (209,5,157). Sum of RGB (Red+Green+Blue) = 209+5+157=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 5 (2.34% from 255 or 1.35% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1059D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1059D is #2EFA62. Grayscale: #525252. Windows color (decimal): -3078755 or 10290641. OLE color: 10290641.
HSL color Cylindrical-coordinate representation of color #D1059D: hue angle of 315.29º 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 #D1059D is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 5 | 157 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.18 |
| HSL | 315.29º | 0.95% | 0.42% | - |
| HSV(B) | 315.29º | 0.98% | 0.82% | - |
| XYZ | 32.43 | 16.1 | 33.3 | - |
| YUV | 83.32 | 169.59 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 5 | 157 | 0 | 0.98 | 0.25 | 0.18 | 315.29 | 0.95 | 0.42 |
| Hex | D1 | 5 | 9D | 0 | 62 | 19 | 12 | 13B | 5F | 2A |
| Octal | 321 | 5 | 235 | 0 | 142 | 31 | 22 | 473 | 137 | 52 |
| Binary | 11010001 | 101 | 10011101 | 0 | 1100010 | 11001 | 10010 | 100111011 | 1011111 | 101010 |
Color Harmonies of #D1059D
Complementary color
Monochromatic Colors of #D1059D
Black with #D1059D
Text Example
Text Example
White with #D1059D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1059D; }
p { color: rgb(209,5,157); }
H1.HeaderClassName
{
color: #D1059D;
}
.AnyTagClassName
{
color: #D1059D;
}
</style>
background-color css
<style>
a { background-color: #D1059D; }
a { background-color: rgb(209,5,157); }
div.DivClassName
{
background-color: #D1059D;
}
.BgClassName
{
background-color: #D1059D;
}
</style>
border-color css
<style>
span { border-color: #D1059D; }
span { border-color: rgb(209,5,157); }
td.TdClassName
{
border-color: #D1059D;
}
.TagClassName
{
border-color: #D1059D;
}
</style>