Shades of Deep Magenta #D11DE1
Tints of Deep Magenta #D11DE1
RGB
CMYK
RGB Variations
Color information
#D11DE1 (or 0xD11DE1) is known color: Deep Magenta. HEX triplet: D1, 1D and E1. RGB value is (209,29,225). Sum of RGB (Red+Green+Blue) = 209+29+225=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 225 (88.28% from 255 or 48.60% from 463); Max value from RGB is 225 - color contains mainly: blue. Hex color #D11DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11DE1 is #2EE21E. Grayscale: #686868. Windows color (decimal): -3072543 or 14753233. OLE color: 14753233.
HSL color Cylindrical-coordinate representation of color #D11DE1: hue angle of 295.1º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11DE1 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 29 | 225 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.12 |
| HSL | 295.1º | 0.77% | 0.5% | - |
| HSV(B) | 295.1º | 0.87% | 0.88% | - |
| XYZ | 40.32 | 19.87 | 72.94 | - |
| YUV | 105.16 | 195.63 | 202.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 29 | 225 | 0.07 | 0.87 | 0 | 0.12 | 295.1 | 0.77 | 0.5 |
| Hex | D1 | 1D | E1 | 7 | 57 | 0 | C | 127 | 4D | 32 |
| Octal | 321 | 35 | 341 | 7 | 127 | 0 | 14 | 447 | 115 | 62 |
| Binary | 11010001 | 11101 | 11100001 | 111 | 1010111 | 0 | 1100 | 100100111 | 1001101 | 110010 |
Color Harmonies of #D11DE1
Complementary color
Monochromatic Colors of #D11DE1
Black with #D11DE1
Text Example
Text Example
White with #D11DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11DE1; }
p { color: rgb(209,29,225); }
H1.HeaderClassName
{
color: #D11DE1;
}
.AnyTagClassName
{
color: #D11DE1;
}
</style>
background-color css
<style>
a { background-color: #D11DE1; }
a { background-color: rgb(209,29,225); }
div.DivClassName
{
background-color: #D11DE1;
}
.BgClassName
{
background-color: #D11DE1;
}
</style>
border-color css
<style>
span { border-color: #D11DE1; }
span { border-color: rgb(209,29,225); }
td.TdClassName
{
border-color: #D11DE1;
}
.TagClassName
{
border-color: #D11DE1;
}
</style>