Shades of Medium Violet Red #D1079B
Tints of Medium Violet Red #D1079B
RGB
CMYK
RGB Variations
Color information
#D1079B (or 0xD1079B) is known color: Medium Violet Red. HEX triplet: D1, 07 and 9B. RGB value is (209,7,155). Sum of RGB (Red+Green+Blue) = 209+7+155=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 7 (3.12% from 255 or 1.89% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1079B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1079B is #2EF864. Grayscale: #535353. Windows color (decimal): -3078245 or 10160081. OLE color: 10160081.
HSL color Cylindrical-coordinate representation of color #D1079B: hue angle of 316.04º 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 #D1079B is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 155 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.18 |
| HSL | 316.04º | 0.94% | 0.42% | - |
| HSV(B) | 316.04º | 0.97% | 0.82% | - |
| XYZ | 32.29 | 16.07 | 32.41 | - |
| YUV | 84.27 | 167.92 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 155 | 0 | 0.97 | 0.26 | 0.18 | 316.04 | 0.94 | 0.42 |
| Hex | D1 | 7 | 9B | 0 | 61 | 1A | 12 | 13C | 5E | 2A |
| Octal | 321 | 7 | 233 | 0 | 141 | 32 | 22 | 474 | 136 | 52 |
| Binary | 11010001 | 111 | 10011011 | 0 | 1100001 | 11010 | 10010 | 100111100 | 1011110 | 101010 |
Color Harmonies of #D1079B
Complementary color
Monochromatic Colors of #D1079B
Black with #D1079B
Text Example
Text Example
White with #D1079B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1079B; }
p { color: rgb(209,7,155); }
H1.HeaderClassName
{
color: #D1079B;
}
.AnyTagClassName
{
color: #D1079B;
}
</style>
background-color css
<style>
a { background-color: #D1079B; }
a { background-color: rgb(209,7,155); }
div.DivClassName
{
background-color: #D1079B;
}
.BgClassName
{
background-color: #D1079B;
}
</style>
border-color css
<style>
span { border-color: #D1079B; }
span { border-color: rgb(209,7,155); }
td.TdClassName
{
border-color: #D1079B;
}
.TagClassName
{
border-color: #D1079B;
}
</style>