Shades of Medium Violet Red #D1107A
Tints of Medium Violet Red #D1107A
RGB
CMYK
RGB Variations
Color information
#D1107A (or 0xD1107A) is known color: Medium Violet Red. HEX triplet: D1, 10 and 7A. RGB value is (209,16,122). Sum of RGB (Red+Green+Blue) = 209+16+122=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 122 (48.05% from 255 or 35.16% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D1107A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1107A is #2EEF85. Grayscale: #555555. Windows color (decimal): -3075974 or 7999697. OLE color: 7999697.
HSL color Cylindrical-coordinate representation of color #D1107A: hue angle of 327.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1107A is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 122 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.18 |
| HSL | 327.05º | 0.86% | 0.44% | - |
| HSV(B) | 327.05º | 0.92% | 0.82% | - |
| XYZ | 29.99 | 15.33 | 19.79 | - |
| YUV | 85.79 | 148.44 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 122 | 0 | 0.92 | 0.42 | 0.18 | 327.05 | 0.86 | 0.44 |
| Hex | D1 | 10 | 7A | 0 | 5C | 2A | 12 | 147 | 56 | 2C |
| Octal | 321 | 20 | 172 | 0 | 134 | 52 | 22 | 507 | 126 | 54 |
| Binary | 11010001 | 10000 | 1111010 | 0 | 1011100 | 101010 | 10010 | 101000111 | 1010110 | 101100 |
Color Harmonies of #D1107A
Complementary color
Monochromatic Colors of #D1107A
Black with #D1107A
Text Example
Text Example
White with #D1107A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1107A; }
p { color: rgb(209,16,122); }
H1.HeaderClassName
{
color: #D1107A;
}
.AnyTagClassName
{
color: #D1107A;
}
</style>
background-color css
<style>
a { background-color: #D1107A; }
a { background-color: rgb(209,16,122); }
div.DivClassName
{
background-color: #D1107A;
}
.BgClassName
{
background-color: #D1107A;
}
</style>
border-color css
<style>
span { border-color: #D1107A; }
span { border-color: rgb(209,16,122); }
td.TdClassName
{
border-color: #D1107A;
}
.TagClassName
{
border-color: #D1107A;
}
</style>