Shades of Deep Magenta #D11AC6
Tints of Deep Magenta #D11AC6
RGB
CMYK
RGB Variations
Color information
#D11AC6 (or 0xD11AC6) is known color: Deep Magenta. HEX triplet: D1, 1A and C6. RGB value is (209,26,198). Sum of RGB (Red+Green+Blue) = 209+26+198=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 198 (77.73% from 255 or 45.73% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D11AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11AC6 is #2EE539. Grayscale: #636363. Windows color (decimal): -3073338 or 12982993. OLE color: 12982993.
HSL color Cylindrical-coordinate representation of color #D11AC6: hue angle of 303.61º 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 #D11AC6 is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 26 | 198 | - |
| CMYK | 0 | 0.88 | 0.05 | 0.18 |
| HSL | 303.61º | 0.78% | 0.46% | - |
| HSV(B) | 303.61º | 0.88% | 0.82% | - |
| XYZ | 36.86 | 18.37 | 55.03 | - |
| YUV | 100.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 26 | 198 | 0 | 0.88 | 0.05 | 0.18 | 303.61 | 0.78 | 0.46 |
| Hex | D1 | 1A | C6 | 0 | 58 | 5 | 12 | 130 | 4E | 2E |
| Octal | 321 | 32 | 306 | 0 | 130 | 5 | 22 | 460 | 116 | 56 |
| Binary | 11010001 | 11010 | 11000110 | 0 | 1011000 | 101 | 10010 | 100110000 | 1001110 | 101110 |
Color Harmonies of #D11AC6
Complementary color
Monochromatic Colors of #D11AC6
Black with #D11AC6
Text Example
Text Example
White with #D11AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11AC6; }
p { color: rgb(209,26,198); }
H1.HeaderClassName
{
color: #D11AC6;
}
.AnyTagClassName
{
color: #D11AC6;
}
</style>
background-color css
<style>
a { background-color: #D11AC6; }
a { background-color: rgb(209,26,198); }
div.DivClassName
{
background-color: #D11AC6;
}
.BgClassName
{
background-color: #D11AC6;
}
</style>
border-color css
<style>
span { border-color: #D11AC6; }
span { border-color: rgb(209,26,198); }
td.TdClassName
{
border-color: #D11AC6;
}
.TagClassName
{
border-color: #D11AC6;
}
</style>