Shades of Medium Violet Red #D1129C
Tints of Medium Violet Red #D1129C
RGB
CMYK
RGB Variations
Color information
#D1129C (or 0xD1129C) is known color: Medium Violet Red. HEX triplet: D1, 12 and 9C. RGB value is (209,18,156). Sum of RGB (Red+Green+Blue) = 209+18+156=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D1129C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1129C is #2EED63. Grayscale: #5A5A5A. Windows color (decimal): -3075428 or 10228433. OLE color: 10228433.
HSL color Cylindrical-coordinate representation of color #D1129C: hue angle of 316.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1129C is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 18 | 156 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.18 |
| HSL | 316.65º | 0.84% | 0.45% | - |
| HSV(B) | 316.65º | 0.91% | 0.82% | - |
| XYZ | 32.51 | 16.39 | 32.9 | - |
| YUV | 90.84 | 164.78 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 18 | 156 | 0 | 0.91 | 0.25 | 0.18 | 316.65 | 0.84 | 0.45 |
| Hex | D1 | 12 | 9C | 0 | 5B | 19 | 12 | 13D | 54 | 2D |
| Octal | 321 | 22 | 234 | 0 | 133 | 31 | 22 | 475 | 124 | 55 |
| Binary | 11010001 | 10010 | 10011100 | 0 | 1011011 | 11001 | 10010 | 100111101 | 1010100 | 101101 |
Color Harmonies of #D1129C
Complementary color
Monochromatic Colors of #D1129C
Black with #D1129C
Text Example
Text Example
White with #D1129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1129C; }
p { color: rgb(209,18,156); }
H1.HeaderClassName
{
color: #D1129C;
}
.AnyTagClassName
{
color: #D1129C;
}
</style>
background-color css
<style>
a { background-color: #D1129C; }
a { background-color: rgb(209,18,156); }
div.DivClassName
{
background-color: #D1129C;
}
.BgClassName
{
background-color: #D1129C;
}
</style>
border-color css
<style>
span { border-color: #D1129C; }
span { border-color: rgb(209,18,156); }
td.TdClassName
{
border-color: #D1129C;
}
.TagClassName
{
border-color: #D1129C;
}
</style>