Shades of Deep Magenta #D41FDC
Tints of Deep Magenta #D41FDC
RGB
CMYK
RGB Variations
Color information
#D41FDC (or 0xD41FDC) is known color: Deep Magenta. HEX triplet: D4, 1F and DC. RGB value is (212,31,220). Sum of RGB (Red+Green+Blue) = 212+31+220=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #D41FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41FDC is #2BE023. Grayscale: #6A6A6A. Windows color (decimal): -2875428 or 14426068. OLE color: 14426068.
HSL color Cylindrical-coordinate representation of color #D41FDC: hue angle of 297.46º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41FDC is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 31 | 220 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.14 |
| HSL | 297.46º | 0.75% | 0.49% | - |
| HSV(B) | 297.46º | 0.86% | 0.86% | - |
| XYZ | 40.56 | 20.14 | 69.46 | - |
| YUV | 106.67 | 191.97 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 220 | 0.04 | 0.86 | 0 | 0.14 | 297.46 | 0.75 | 0.49 |
| Hex | D4 | 1F | DC | 4 | 56 | 0 | E | 129 | 4B | 31 |
| Octal | 324 | 37 | 334 | 4 | 126 | 0 | 16 | 451 | 113 | 61 |
| Binary | 11010100 | 11111 | 11011100 | 100 | 1010110 | 0 | 1110 | 100101001 | 1001011 | 110001 |
Color Harmonies of #D41FDC
Complementary color
Monochromatic Colors of #D41FDC
Black with #D41FDC
Text Example
Text Example
White with #D41FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FDC; }
p { color: rgb(212,31,220); }
H1.HeaderClassName
{
color: #D41FDC;
}
.AnyTagClassName
{
color: #D41FDC;
}
</style>
background-color css
<style>
a { background-color: #D41FDC; }
a { background-color: rgb(212,31,220); }
div.DivClassName
{
background-color: #D41FDC;
}
.BgClassName
{
background-color: #D41FDC;
}
</style>
border-color css
<style>
span { border-color: #D41FDC; }
span { border-color: rgb(212,31,220); }
td.TdClassName
{
border-color: #D41FDC;
}
.TagClassName
{
border-color: #D41FDC;
}
</style>