Shades of Deep Magenta #D41DCE
Tints of Deep Magenta #D41DCE
RGB
CMYK
RGB Variations
Color information
#D41DCE (or 0xD41DCE) is known color: Deep Magenta. HEX triplet: D4, 1D and CE. RGB value is (212,29,206). Sum of RGB (Red+Green+Blue) = 212+29+206=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DCE is #2BE231. Grayscale: #676767. Windows color (decimal): -2875954 or 13508052. OLE color: 13508052.
HSL color Cylindrical-coordinate representation of color #D41DCE: hue angle of 301.97º degrees, saturation: 0.76, 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 #D41DCE is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 206 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.17 |
| HSL | 301.97º | 0.76% | 0.47% | - |
| HSV(B) | 301.97º | 0.86% | 0.83% | - |
| XYZ | 38.73 | 19.33 | 60.08 | - |
| YUV | 103.9 | 185.63 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 206 | 0 | 0.86 | 0.03 | 0.17 | 301.97 | 0.76 | 0.47 |
| Hex | D4 | 1D | CE | 0 | 56 | 3 | 11 | 12E | 4C | 2F |
| Octal | 324 | 35 | 316 | 0 | 126 | 3 | 21 | 456 | 114 | 57 |
| Binary | 11010100 | 11101 | 11001110 | 0 | 1010110 | 11 | 10001 | 100101110 | 1001100 | 101111 |
Color Harmonies of #D41DCE
Complementary color
Monochromatic Colors of #D41DCE
Black with #D41DCE
Text Example
Text Example
White with #D41DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DCE; }
p { color: rgb(212,29,206); }
H1.HeaderClassName
{
color: #D41DCE;
}
.AnyTagClassName
{
color: #D41DCE;
}
</style>
background-color css
<style>
a { background-color: #D41DCE; }
a { background-color: rgb(212,29,206); }
div.DivClassName
{
background-color: #D41DCE;
}
.BgClassName
{
background-color: #D41DCE;
}
</style>
border-color css
<style>
span { border-color: #D41DCE; }
span { border-color: rgb(212,29,206); }
td.TdClassName
{
border-color: #D41DCE;
}
.TagClassName
{
border-color: #D41DCE;
}
</style>