Shades of Deep Magenta #D41DCA
Tints of Deep Magenta #D41DCA
RGB
CMYK
RGB Variations
Color information
#D41DCA (or 0xD41DCA) is known color: Deep Magenta. HEX triplet: D4, 1D and CA. RGB value is (212,29,202). Sum of RGB (Red+Green+Blue) = 212+29+202=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 29 (11.72% from 255 or 6.55% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DCA is #2BE235. Grayscale: #666666. Windows color (decimal): -2875958 or 13245908. OLE color: 13245908.
HSL color Cylindrical-coordinate representation of color #D41DCA: hue angle of 303.28º 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 #D41DCA is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 202 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.17 |
| HSL | 303.28º | 0.76% | 0.47% | - |
| HSV(B) | 303.28º | 0.86% | 0.83% | - |
| XYZ | 38.25 | 19.14 | 57.56 | - |
| YUV | 103.44 | 183.63 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 202 | 0 | 0.86 | 0.05 | 0.17 | 303.28 | 0.76 | 0.47 |
| Hex | D4 | 1D | CA | 0 | 56 | 5 | 11 | 12F | 4C | 2F |
| Octal | 324 | 35 | 312 | 0 | 126 | 5 | 21 | 457 | 114 | 57 |
| Binary | 11010100 | 11101 | 11001010 | 0 | 1010110 | 101 | 10001 | 100101111 | 1001100 | 101111 |
Color Harmonies of #D41DCA
Complementary color
Monochromatic Colors of #D41DCA
Black with #D41DCA
Text Example
Text Example
White with #D41DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DCA; }
p { color: rgb(212,29,202); }
H1.HeaderClassName
{
color: #D41DCA;
}
.AnyTagClassName
{
color: #D41DCA;
}
</style>
background-color css
<style>
a { background-color: #D41DCA; }
a { background-color: rgb(212,29,202); }
div.DivClassName
{
background-color: #D41DCA;
}
.BgClassName
{
background-color: #D41DCA;
}
</style>
border-color css
<style>
span { border-color: #D41DCA; }
span { border-color: rgb(212,29,202); }
td.TdClassName
{
border-color: #D41DCA;
}
.TagClassName
{
border-color: #D41DCA;
}
</style>