Shades of Deep Magenta #D11AC2
Tints of Deep Magenta #D11AC2
RGB
CMYK
RGB Variations
Color information
#D11AC2 (or 0xD11AC2) is known color: Deep Magenta. HEX triplet: D1, 1A and C2. RGB value is (209,26,194). Sum of RGB (Red+Green+Blue) = 209+26+194=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 26 (10.55% from 255 or 6.06% from 429); Blue value is 194 (76.17% from 255 or 45.22% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11AC2 is #2EE53D. Grayscale: #636363. Windows color (decimal): -3073342 or 12720849. OLE color: 12720849.
HSL color Cylindrical-coordinate representation of color #D11AC2: hue angle of 304.92º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11AC2 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 194 | - |
| CMYK | 0 | 0.88 | 0.07 | 0.18 |
| HSL | 304.92º | 0.78% | 0.46% | - |
| HSV(B) | 304.92º | 0.88% | 0.82% | - |
| XYZ | 36.4 | 18.19 | 52.63 | - |
| YUV | 99.87 | 181.13 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 194 | 0 | 0.88 | 0.07 | 0.18 | 304.92 | 0.78 | 0.46 |
| Hex | D1 | 1A | C2 | 0 | 58 | 7 | 12 | 131 | 4E | 2E |
| Octal | 321 | 32 | 302 | 0 | 130 | 7 | 22 | 461 | 116 | 56 |
| Binary | 11010001 | 11010 | 11000010 | 0 | 1011000 | 111 | 10010 | 100110001 | 1001110 | 101110 |
Color Harmonies of #D11AC2
Complementary color
Monochromatic Colors of #D11AC2
Black with #D11AC2
Text Example
Text Example
White with #D11AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AC2; }
p { color: rgb(209,26,194); }
H1.HeaderClassName
{
color: #D11AC2;
}
.AnyTagClassName
{
color: #D11AC2;
}
</style>
background-color css
<style>
a { background-color: #D11AC2; }
a { background-color: rgb(209,26,194); }
div.DivClassName
{
background-color: #D11AC2;
}
.BgClassName
{
background-color: #D11AC2;
}
</style>
border-color css
<style>
span { border-color: #D11AC2; }
span { border-color: rgb(209,26,194); }
td.TdClassName
{
border-color: #D11AC2;
}
.TagClassName
{
border-color: #D11AC2;
}
</style>