Shades of Deep Magenta #D41ECE
Tints of Deep Magenta #D41ECE
RGB
CMYK
RGB Variations
Color information
#D41ECE (or 0xD41ECE) is known color: Deep Magenta. HEX triplet: D4, 1E and CE. RGB value is (212,30,206). Sum of RGB (Red+Green+Blue) = 212+30+206=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 30 (12.11% from 255 or 6.70% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D41ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ECE is #2BE131. Grayscale: #676767. Windows color (decimal): -2875698 or 13508308. OLE color: 13508308.
HSL color Cylindrical-coordinate representation of color #D41ECE: hue angle of 301.98º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41ECE is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 30 | 206 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.17 |
| HSL | 301.98º | 0.75% | 0.47% | - |
| HSV(B) | 301.98º | 0.86% | 0.83% | - |
| XYZ | 38.76 | 19.38 | 60.09 | - |
| YUV | 104.48 | 185.3 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 206 | 0 | 0.86 | 0.03 | 0.17 | 301.98 | 0.75 | 0.47 |
| Hex | D4 | 1E | CE | 0 | 56 | 3 | 11 | 12E | 4B | 2F |
| Octal | 324 | 36 | 316 | 0 | 126 | 3 | 21 | 456 | 113 | 57 |
| Binary | 11010100 | 11110 | 11001110 | 0 | 1010110 | 11 | 10001 | 100101110 | 1001011 | 101111 |
Color Harmonies of #D41ECE
Complementary color
Monochromatic Colors of #D41ECE
Black with #D41ECE
Text Example
Text Example
White with #D41ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41ECE; }
p { color: rgb(212,30,206); }
H1.HeaderClassName
{
color: #D41ECE;
}
.AnyTagClassName
{
color: #D41ECE;
}
</style>
background-color css
<style>
a { background-color: #D41ECE; }
a { background-color: rgb(212,30,206); }
div.DivClassName
{
background-color: #D41ECE;
}
.BgClassName
{
background-color: #D41ECE;
}
</style>
border-color css
<style>
span { border-color: #D41ECE; }
span { border-color: rgb(212,30,206); }
td.TdClassName
{
border-color: #D41ECE;
}
.TagClassName
{
border-color: #D41ECE;
}
</style>