Shades of Deep Magenta #D11EDF
Tints of Deep Magenta #D11EDF
RGB
CMYK
RGB Variations
Color information
#D11EDF (or 0xD11EDF) is known color: Deep Magenta. HEX triplet: D1, 1E and DF. RGB value is (209,30,223). Sum of RGB (Red+Green+Blue) = 209+30+223=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 223 (87.5% from 255 or 48.27% from 462); Max value from RGB is 223 - color contains mainly: blue. Hex color #D11EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EDF is #2EE120. Grayscale: #686868. Windows color (decimal): -3072289 or 14622417. OLE color: 14622417.
HSL color Cylindrical-coordinate representation of color #D11EDF: hue angle of 295.65º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11EDF is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 30 | 223 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.13 |
| HSL | 295.65º | 0.76% | 0.5% | - |
| HSV(B) | 295.65º | 0.87% | 0.87% | - |
| XYZ | 40.08 | 19.81 | 71.52 | - |
| YUV | 105.52 | 194.3 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 223 | 0.06 | 0.87 | 0 | 0.13 | 295.65 | 0.76 | 0.5 |
| Hex | D1 | 1E | DF | 6 | 57 | 0 | D | 128 | 4C | 32 |
| Octal | 321 | 36 | 337 | 6 | 127 | 0 | 15 | 450 | 114 | 62 |
| Binary | 11010001 | 11110 | 11011111 | 110 | 1010111 | 0 | 1101 | 100101000 | 1001100 | 110010 |
Color Harmonies of #D11EDF
Complementary color
Monochromatic Colors of #D11EDF
Black with #D11EDF
Text Example
Text Example
White with #D11EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EDF; }
p { color: rgb(209,30,223); }
H1.HeaderClassName
{
color: #D11EDF;
}
.AnyTagClassName
{
color: #D11EDF;
}
</style>
background-color css
<style>
a { background-color: #D11EDF; }
a { background-color: rgb(209,30,223); }
div.DivClassName
{
background-color: #D11EDF;
}
.BgClassName
{
background-color: #D11EDF;
}
</style>
border-color css
<style>
span { border-color: #D11EDF; }
span { border-color: rgb(209,30,223); }
td.TdClassName
{
border-color: #D11EDF;
}
.TagClassName
{
border-color: #D11EDF;
}
</style>