Shades of Medium Violet Red #D1229C
Tints of Medium Violet Red #D1229C
RGB
CMYK
RGB Variations
Color information
#D1229C (or 0xD1229C) is known color: Medium Violet Red. HEX triplet: D1, 22 and 9C. RGB value is (209,34,156). Sum of RGB (Red+Green+Blue) = 209+34+156=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 34 (13.67% from 255 or 8.52% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1229C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1229C is #2EDD63. Grayscale: #636363. Windows color (decimal): -3071332 or 10232529. OLE color: 10232529.
HSL color Cylindrical-coordinate representation of color #D1229C: hue angle of 318.17º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D1229C is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 156 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.18 |
| HSL | 318.17º | 0.72% | 0.48% | - |
| HSV(B) | 318.17º | 0.84% | 0.82% | - |
| XYZ | 32.87 | 17.1 | 33.02 | - |
| YUV | 100.23 | 159.48 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 156 | 0 | 0.84 | 0.25 | 0.18 | 318.17 | 0.72 | 0.48 |
| Hex | D1 | 22 | 9C | 0 | 54 | 19 | 12 | 13E | 48 | 30 |
| Octal | 321 | 42 | 234 | 0 | 124 | 31 | 22 | 476 | 110 | 60 |
| Binary | 11010001 | 100010 | 10011100 | 0 | 1010100 | 11001 | 10010 | 100111110 | 1001000 | 110000 |
Color Harmonies of #D1229C
Complementary color
Monochromatic Colors of #D1229C
Black with #D1229C
Text Example
Text Example
White with #D1229C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1229C; }
p { color: rgb(209,34,156); }
H1.HeaderClassName
{
color: #D1229C;
}
.AnyTagClassName
{
color: #D1229C;
}
</style>
background-color css
<style>
a { background-color: #D1229C; }
a { background-color: rgb(209,34,156); }
div.DivClassName
{
background-color: #D1229C;
}
.BgClassName
{
background-color: #D1229C;
}
</style>
border-color css
<style>
span { border-color: #D1229C; }
span { border-color: rgb(209,34,156); }
td.TdClassName
{
border-color: #D1229C;
}
.TagClassName
{
border-color: #D1229C;
}
</style>