Shades of Deep Magenta #D11CE3
Tints of Deep Magenta #D11CE3
RGB
CMYK
RGB Variations
Color information
#D11CE3 (or 0xD11CE3) is known color: Deep Magenta. HEX triplet: D1, 1C and E3. RGB value is (209,28,227). Sum of RGB (Red+Green+Blue) = 209+28+227=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 227 (89.06% from 255 or 48.92% from 464); Max value from RGB is 227 - color contains mainly: blue. Hex color #D11CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11CE3 is #2EE31C. Grayscale: #686868. Windows color (decimal): -3072797 or 14884049. OLE color: 14884049.
HSL color Cylindrical-coordinate representation of color #D11CE3: hue angle of 294.57º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D11CE3 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 28 | 227 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.11 |
| HSL | 294.57º | 0.78% | 0.5% | - |
| HSV(B) | 294.57º | 0.88% | 0.89% | - |
| XYZ | 40.57 | 19.93 | 74.38 | - |
| YUV | 104.81 | 196.97 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 227 | 0.08 | 0.88 | 0 | 0.11 | 294.57 | 0.78 | 0.5 |
| Hex | D1 | 1C | E3 | 8 | 58 | 0 | B | 127 | 4E | 32 |
| Octal | 321 | 34 | 343 | 10 | 130 | 0 | 13 | 447 | 116 | 62 |
| Binary | 11010001 | 11100 | 11100011 | 1000 | 1011000 | 0 | 1011 | 100100111 | 1001110 | 110010 |
Color Harmonies of #D11CE3
Complementary color
Monochromatic Colors of #D11CE3
Black with #D11CE3
Text Example
Text Example
White with #D11CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11CE3; }
p { color: rgb(209,28,227); }
H1.HeaderClassName
{
color: #D11CE3;
}
.AnyTagClassName
{
color: #D11CE3;
}
</style>
background-color css
<style>
a { background-color: #D11CE3; }
a { background-color: rgb(209,28,227); }
div.DivClassName
{
background-color: #D11CE3;
}
.BgClassName
{
background-color: #D11CE3;
}
</style>
border-color css
<style>
span { border-color: #D11CE3; }
span { border-color: rgb(209,28,227); }
td.TdClassName
{
border-color: #D11CE3;
}
.TagClassName
{
border-color: #D11CE3;
}
</style>