Shades of Medium Violet Red #D1229D
Tints of Medium Violet Red #D1229D
RGB
CMYK
RGB Variations
Color information
#D1229D (or 0xD1229D) is known color: Medium Violet Red. HEX triplet: D1, 22 and 9D. RGB value is (209,34,157). Sum of RGB (Red+Green+Blue) = 209+34+157=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 34 (13.67% from 255 or 8.5% from 400); Blue value is 157 (61.72% from 255 or 39.25% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1229D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1229D is #2EDD62. Grayscale: #646464. Windows color (decimal): -3071331 or 10298065. OLE color: 10298065.
HSL color Cylindrical-coordinate representation of color #D1229D: hue angle of 317.83º 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 #D1229D is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 157 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.18 |
| HSL | 317.83º | 0.72% | 0.48% | - |
| HSV(B) | 317.83º | 0.84% | 0.82% | - |
| XYZ | 32.95 | 17.13 | 33.47 | - |
| YUV | 100.35 | 159.98 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 157 | 0 | 0.84 | 0.25 | 0.18 | 317.83 | 0.72 | 0.48 |
| Hex | D1 | 22 | 9D | 0 | 54 | 19 | 12 | 13E | 48 | 30 |
| Octal | 321 | 42 | 235 | 0 | 124 | 31 | 22 | 476 | 110 | 60 |
| Binary | 11010001 | 100010 | 10011101 | 0 | 1010100 | 11001 | 10010 | 100111110 | 1001000 | 110000 |
Color Harmonies of #D1229D
Complementary color
Monochromatic Colors of #D1229D
Black with #D1229D
Text Example
Text Example
White with #D1229D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1229D; }
p { color: rgb(209,34,157); }
H1.HeaderClassName
{
color: #D1229D;
}
.AnyTagClassName
{
color: #D1229D;
}
</style>
background-color css
<style>
a { background-color: #D1229D; }
a { background-color: rgb(209,34,157); }
div.DivClassName
{
background-color: #D1229D;
}
.BgClassName
{
background-color: #D1229D;
}
</style>
border-color css
<style>
span { border-color: #D1229D; }
span { border-color: rgb(209,34,157); }
td.TdClassName
{
border-color: #D1229D;
}
.TagClassName
{
border-color: #D1229D;
}
</style>