Shades of Deep Magenta #D11CE1
Tints of Deep Magenta #D11CE1
RGB
CMYK
RGB Variations
Color information
#D11CE1 (or 0xD11CE1) is known color: Deep Magenta. HEX triplet: D1, 1C and E1. RGB value is (209,28,225). Sum of RGB (Red+Green+Blue) = 209+28+225=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 28 (11.33% from 255 or 6.06% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #D11CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CE1 is #2EE31E. Grayscale: #676767. Windows color (decimal): -3072799 or 14752977. OLE color: 14752977.
HSL color Cylindrical-coordinate representation of color #D11CE1: hue angle of 295.13º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11CE1 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 28 | 225 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.12 |
| HSL | 295.13º | 0.78% | 0.5% | - |
| HSV(B) | 295.13º | 0.88% | 0.88% | - |
| XYZ | 40.3 | 19.82 | 72.94 | - |
| YUV | 104.58 | 195.97 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 225 | 0.07 | 0.88 | 0 | 0.12 | 295.13 | 0.78 | 0.5 |
| Hex | D1 | 1C | E1 | 7 | 58 | 0 | C | 127 | 4E | 32 |
| Octal | 321 | 34 | 341 | 7 | 130 | 0 | 14 | 447 | 116 | 62 |
| Binary | 11010001 | 11100 | 11100001 | 111 | 1011000 | 0 | 1100 | 100100111 | 1001110 | 110010 |
Color Harmonies of #D11CE1
Complementary color
Monochromatic Colors of #D11CE1
Black with #D11CE1
Text Example
Text Example
White with #D11CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CE1; }
p { color: rgb(209,28,225); }
H1.HeaderClassName
{
color: #D11CE1;
}
.AnyTagClassName
{
color: #D11CE1;
}
</style>
background-color css
<style>
a { background-color: #D11CE1; }
a { background-color: rgb(209,28,225); }
div.DivClassName
{
background-color: #D11CE1;
}
.BgClassName
{
background-color: #D11CE1;
}
</style>
border-color css
<style>
span { border-color: #D11CE1; }
span { border-color: rgb(209,28,225); }
td.TdClassName
{
border-color: #D11CE1;
}
.TagClassName
{
border-color: #D11CE1;
}
</style>