Shades of Medium Violet Red #D122AC
Tints of Medium Violet Red #D122AC
RGB
CMYK
RGB Variations
Color information
#D122AC (or 0xD122AC) is known color: Medium Violet Red. HEX triplet: D1, 22 and AC. RGB value is (209,34,172). Sum of RGB (Red+Green+Blue) = 209+34+172=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 34 (13.67% from 255 or 8.19% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D122AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D122AC is #2EDD53. Grayscale: #656565. Windows color (decimal): -3071316 or 11281105. OLE color: 11281105.
HSL color Cylindrical-coordinate representation of color #D122AC: hue angle of 312.69º 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 #D122AC is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 34 | 172 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.18 |
| HSL | 312.69º | 0.72% | 0.48% | - |
| HSV(B) | 312.69º | 0.84% | 0.82% | - |
| XYZ | 34.31 | 17.68 | 40.63 | - |
| YUV | 102.06 | 167.48 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 34 | 172 | 0 | 0.84 | 0.18 | 0.18 | 312.69 | 0.72 | 0.48 |
| Hex | D1 | 22 | AC | 0 | 54 | 12 | 12 | 139 | 48 | 30 |
| Octal | 321 | 42 | 254 | 0 | 124 | 22 | 22 | 471 | 110 | 60 |
| Binary | 11010001 | 100010 | 10101100 | 0 | 1010100 | 10010 | 10010 | 100111001 | 1001000 | 110000 |
Color Harmonies of #D122AC
Complementary color
Monochromatic Colors of #D122AC
Black with #D122AC
Text Example
Text Example
White with #D122AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D122AC; }
p { color: rgb(209,34,172); }
H1.HeaderClassName
{
color: #D122AC;
}
.AnyTagClassName
{
color: #D122AC;
}
</style>
background-color css
<style>
a { background-color: #D122AC; }
a { background-color: rgb(209,34,172); }
div.DivClassName
{
background-color: #D122AC;
}
.BgClassName
{
background-color: #D122AC;
}
</style>
border-color css
<style>
span { border-color: #D122AC; }
span { border-color: rgb(209,34,172); }
td.TdClassName
{
border-color: #D122AC;
}
.TagClassName
{
border-color: #D122AC;
}
</style>