Shades of Deep Magenta #D11ED9
Tints of Deep Magenta #D11ED9
RGB
CMYK
RGB Variations
Color information
#D11ED9 (or 0xD11ED9) is known color: Deep Magenta. HEX triplet: D1, 1E and D9. RGB value is (209,30,217). Sum of RGB (Red+Green+Blue) = 209+30+217=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 217 - color contains mainly: blue. Hex color #D11ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ED9 is #2EE126. Grayscale: #686868. Windows color (decimal): -3072295 or 14229201. OLE color: 14229201.
HSL color Cylindrical-coordinate representation of color #D11ED9: hue angle of 297.43º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11ED9 is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 209 | 30 | 217 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.15 |
| HSL | 297.43º | 0.76% | 0.48% | - |
| HSV(B) | 297.43º | 0.86% | 0.85% | - |
| XYZ | 39.28 | 19.49 | 67.34 | - |
| YUV | 104.84 | 191.3 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 217 | 0.04 | 0.86 | 0 | 0.15 | 297.43 | 0.76 | 0.48 |
| Hex | D1 | 1E | D9 | 4 | 56 | 0 | F | 129 | 4C | 30 |
| Octal | 321 | 36 | 331 | 4 | 126 | 0 | 17 | 451 | 114 | 60 |
| Binary | 11010001 | 11110 | 11011001 | 100 | 1010110 | 0 | 1111 | 100101001 | 1001100 | 110000 |
Color Harmonies of #D11ED9
Complementary color
Monochromatic Colors of #D11ED9
Black with #D11ED9
Text Example
Text Example
White with #D11ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11ED9; }
p { color: rgb(209,30,217); }
H1.HeaderClassName
{
color: #D11ED9;
}
.AnyTagClassName
{
color: #D11ED9;
}
</style>
background-color css
<style>
a { background-color: #D11ED9; }
a { background-color: rgb(209,30,217); }
div.DivClassName
{
background-color: #D11ED9;
}
.BgClassName
{
background-color: #D11ED9;
}
</style>
border-color css
<style>
span { border-color: #D11ED9; }
span { border-color: rgb(209,30,217); }
td.TdClassName
{
border-color: #D11ED9;
}
.TagClassName
{
border-color: #D11ED9;
}
</style>