Shades of Medium Violet Red #D1107B
Tints of Medium Violet Red #D1107B
RGB
CMYK
RGB Variations
Color information
#D1107B (or 0xD1107B) is known color: Medium Violet Red. HEX triplet: D1, 10 and 7B. RGB value is (209,16,123). Sum of RGB (Red+Green+Blue) = 209+16+123=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D1107B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1107B is #2EEF84. Grayscale: #555555. Windows color (decimal): -3075973 or 8065233. OLE color: 8065233.
HSL color Cylindrical-coordinate representation of color #D1107B: hue angle of 326.74º 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 #D1107B is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 16 | 123 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.18 |
| HSL | 326.74º | 0.86% | 0.44% | - |
| HSV(B) | 326.74º | 0.92% | 0.82% | - |
| XYZ | 30.05 | 15.36 | 20.12 | - |
| YUV | 85.91 | 148.94 | 215.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 16 | 123 | 0 | 0.92 | 0.41 | 0.18 | 326.74 | 0.86 | 0.44 |
| Hex | D1 | 10 | 7B | 0 | 5C | 29 | 12 | 147 | 56 | 2C |
| Octal | 321 | 20 | 173 | 0 | 134 | 51 | 22 | 507 | 126 | 54 |
| Binary | 11010001 | 10000 | 1111011 | 0 | 1011100 | 101001 | 10010 | 101000111 | 1010110 | 101100 |
Color Harmonies of #D1107B
Complementary color
Monochromatic Colors of #D1107B
Black with #D1107B
Text Example
Text Example
White with #D1107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1107B; }
p { color: rgb(209,16,123); }
H1.HeaderClassName
{
color: #D1107B;
}
.AnyTagClassName
{
color: #D1107B;
}
</style>
background-color css
<style>
a { background-color: #D1107B; }
a { background-color: rgb(209,16,123); }
div.DivClassName
{
background-color: #D1107B;
}
.BgClassName
{
background-color: #D1107B;
}
</style>
border-color css
<style>
span { border-color: #D1107B; }
span { border-color: rgb(209,16,123); }
td.TdClassName
{
border-color: #D1107B;
}
.TagClassName
{
border-color: #D1107B;
}
</style>