Shades of Deep Magenta #D11EC4
Tints of Deep Magenta #D11EC4
RGB
CMYK
RGB Variations
Color information
#D11EC4 (or 0xD11EC4) is known color: Deep Magenta. HEX triplet: D1, 1E and C4. RGB value is (209,30,196). Sum of RGB (Red+Green+Blue) = 209+30+196=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 30 (12.11% from 255 or 6.90% from 435); Blue value is 196 (76.95% from 255 or 45.06% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D11EC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11EC4 is #2EE13B. Grayscale: #656565. Windows color (decimal): -3072316 or 12852945. OLE color: 12852945.
HSL color Cylindrical-coordinate representation of color #D11EC4: hue angle of 304.36º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D11EC4 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 196 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.18 |
| HSL | 304.36º | 0.75% | 0.47% | - |
| HSV(B) | 304.36º | 0.86% | 0.82% | - |
| XYZ | 36.72 | 18.47 | 53.85 | - |
| YUV | 102.45 | 180.8 | 204 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 196 | 0 | 0.86 | 0.06 | 0.18 | 304.36 | 0.75 | 0.47 |
| Hex | D1 | 1E | C4 | 0 | 56 | 6 | 12 | 130 | 4B | 2F |
| Octal | 321 | 36 | 304 | 0 | 126 | 6 | 22 | 460 | 113 | 57 |
| Binary | 11010001 | 11110 | 11000100 | 0 | 1010110 | 110 | 10010 | 100110000 | 1001011 | 101111 |
Color Harmonies of #D11EC4
Complementary color
Monochromatic Colors of #D11EC4
Black with #D11EC4
Text Example
Text Example
White with #D11EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11EC4; }
p { color: rgb(209,30,196); }
H1.HeaderClassName
{
color: #D11EC4;
}
.AnyTagClassName
{
color: #D11EC4;
}
</style>
background-color css
<style>
a { background-color: #D11EC4; }
a { background-color: rgb(209,30,196); }
div.DivClassName
{
background-color: #D11EC4;
}
.BgClassName
{
background-color: #D11EC4;
}
</style>
border-color css
<style>
span { border-color: #D11EC4; }
span { border-color: rgb(209,30,196); }
td.TdClassName
{
border-color: #D11EC4;
}
.TagClassName
{
border-color: #D11EC4;
}
</style>