Shades of Medium Violet Red #D11DAC
Tints of Medium Violet Red #D11DAC
RGB
CMYK
RGB Variations
Color information
#D11DAC (or 0xD11DAC) is known color: Medium Violet Red. HEX triplet: D1, 1D and AC. RGB value is (209,29,172). Sum of RGB (Red+Green+Blue) = 209+29+172=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D11DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11DAC is #2EE253. Grayscale: #626262. Windows color (decimal): -3072596 or 11279825. OLE color: 11279825.
HSL color Cylindrical-coordinate representation of color #D11DAC: hue angle of 312.33º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11DAC is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 29 | 172 | - |
| CMYK | 0 | 0.86 | 0.18 | 0.18 |
| HSL | 312.33º | 0.76% | 0.47% | - |
| HSV(B) | 312.33º | 0.86% | 0.82% | - |
| XYZ | 34.18 | 17.41 | 40.59 | - |
| YUV | 99.12 | 169.13 | 206.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 172 | 0 | 0.86 | 0.18 | 0.18 | 312.33 | 0.76 | 0.47 |
| Hex | D1 | 1D | AC | 0 | 56 | 12 | 12 | 138 | 4C | 2F |
| Octal | 321 | 35 | 254 | 0 | 126 | 22 | 22 | 470 | 114 | 57 |
| Binary | 11010001 | 11101 | 10101100 | 0 | 1010110 | 10010 | 10010 | 100111000 | 1001100 | 101111 |
Color Harmonies of #D11DAC
Complementary color
Monochromatic Colors of #D11DAC
Black with #D11DAC
Text Example
Text Example
White with #D11DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DAC; }
p { color: rgb(209,29,172); }
H1.HeaderClassName
{
color: #D11DAC;
}
.AnyTagClassName
{
color: #D11DAC;
}
</style>
background-color css
<style>
a { background-color: #D11DAC; }
a { background-color: rgb(209,29,172); }
div.DivClassName
{
background-color: #D11DAC;
}
.BgClassName
{
background-color: #D11DAC;
}
</style>
border-color css
<style>
span { border-color: #D11DAC; }
span { border-color: rgb(209,29,172); }
td.TdClassName
{
border-color: #D11DAC;
}
.TagClassName
{
border-color: #D11DAC;
}
</style>