Shades of Medium Violet Red #D124AC
Tints of Medium Violet Red #D124AC
RGB
CMYK
RGB Variations
Color information
#D124AC (or 0xD124AC) is known color: Medium Violet Red. HEX triplet: D1, 24 and AC. RGB value is (209,36,172). Sum of RGB (Red+Green+Blue) = 209+36+172=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D124AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D124AC is #2EDB53. Grayscale: #666666. Windows color (decimal): -3070804 or 11281617. OLE color: 11281617.
HSL color Cylindrical-coordinate representation of color #D124AC: hue angle of 312.83º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D124AC is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 36 | 172 | - |
| CMYK | 0 | 0.83 | 0.18 | 0.18 |
| HSL | 312.83º | 0.71% | 0.48% | - |
| HSV(B) | 312.83º | 0.83% | 0.82% | - |
| XYZ | 34.37 | 17.8 | 40.65 | - |
| YUV | 103.23 | 166.81 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 36 | 172 | 0 | 0.83 | 0.18 | 0.18 | 312.83 | 0.71 | 0.48 |
| Hex | D1 | 24 | AC | 0 | 53 | 12 | 12 | 139 | 47 | 30 |
| Octal | 321 | 44 | 254 | 0 | 123 | 22 | 22 | 471 | 107 | 60 |
| Binary | 11010001 | 100100 | 10101100 | 0 | 1010011 | 10010 | 10010 | 100111001 | 1000111 | 110000 |
Color Harmonies of #D124AC
Complementary color
Monochromatic Colors of #D124AC
Black with #D124AC
Text Example
Text Example
White with #D124AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D124AC; }
p { color: rgb(209,36,172); }
H1.HeaderClassName
{
color: #D124AC;
}
.AnyTagClassName
{
color: #D124AC;
}
</style>
background-color css
<style>
a { background-color: #D124AC; }
a { background-color: rgb(209,36,172); }
div.DivClassName
{
background-color: #D124AC;
}
.BgClassName
{
background-color: #D124AC;
}
</style>
border-color css
<style>
span { border-color: #D124AC; }
span { border-color: rgb(209,36,172); }
td.TdClassName
{
border-color: #D124AC;
}
.TagClassName
{
border-color: #D124AC;
}
</style>