Shades of Deep Magenta #D11ECB
Tints of Deep Magenta #D11ECB
RGB
CMYK
RGB Variations
Color information
#D11ECB (or 0xD11ECB) is known color: Deep Magenta. HEX triplet: D1, 1E and CB. RGB value is (209,30,203). Sum of RGB (Red+Green+Blue) = 209+30+203=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 30 (12.11% from 255 or 6.79% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D11ECB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D11ECB is #2EE134. Grayscale: #666666. Windows color (decimal): -3072309 or 13311697. OLE color: 13311697.
HSL color Cylindrical-coordinate representation of color #D11ECB: hue angle of 302.01º 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 #D11ECB is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 30 | 203 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.18 |
| HSL | 302.01º | 0.75% | 0.47% | - |
| HSV(B) | 302.01º | 0.86% | 0.82% | - |
| XYZ | 37.54 | 18.8 | 58.15 | - |
| YUV | 103.24 | 184.3 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 30 | 203 | 0 | 0.86 | 0.03 | 0.18 | 302.01 | 0.75 | 0.47 |
| Hex | D1 | 1E | CB | 0 | 56 | 3 | 12 | 12E | 4B | 2F |
| Octal | 321 | 36 | 313 | 0 | 126 | 3 | 22 | 456 | 113 | 57 |
| Binary | 11010001 | 11110 | 11001011 | 0 | 1010110 | 11 | 10010 | 100101110 | 1001011 | 101111 |
Color Harmonies of #D11ECB
Complementary color
Monochromatic Colors of #D11ECB
Black with #D11ECB
Text Example
Text Example
White with #D11ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11ECB; }
p { color: rgb(209,30,203); }
H1.HeaderClassName
{
color: #D11ECB;
}
.AnyTagClassName
{
color: #D11ECB;
}
</style>
background-color css
<style>
a { background-color: #D11ECB; }
a { background-color: rgb(209,30,203); }
div.DivClassName
{
background-color: #D11ECB;
}
.BgClassName
{
background-color: #D11ECB;
}
</style>
border-color css
<style>
span { border-color: #D11ECB; }
span { border-color: rgb(209,30,203); }
td.TdClassName
{
border-color: #D11ECB;
}
.TagClassName
{
border-color: #D11ECB;
}
</style>