Shades of Deep Magenta #D41FDF
Tints of Deep Magenta #D41FDF
RGB
CMYK
RGB Variations
Color information
#D41FDF (or 0xD41FDF) is known color: Deep Magenta. HEX triplet: D4, 1F and DF. RGB value is (212,31,223). Sum of RGB (Red+Green+Blue) = 212+31+223=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 31 (12.5% from 255 or 6.65% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #D41FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41FDF is #2BE020. Grayscale: #6A6A6A. Windows color (decimal): -2875425 or 14622676. OLE color: 14622676.
HSL color Cylindrical-coordinate representation of color #D41FDF: hue angle of 296.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41FDF is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 31 | 223 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.13 |
| HSL | 296.56º | 0.76% | 0.5% | - |
| HSV(B) | 296.56º | 0.86% | 0.87% | - |
| XYZ | 40.96 | 20.3 | 71.57 | - |
| YUV | 107.01 | 193.47 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 31 | 223 | 0.05 | 0.86 | 0 | 0.13 | 296.56 | 0.76 | 0.5 |
| Hex | D4 | 1F | DF | 5 | 56 | 0 | D | 129 | 4C | 32 |
| Octal | 324 | 37 | 337 | 5 | 126 | 0 | 15 | 451 | 114 | 62 |
| Binary | 11010100 | 11111 | 11011111 | 101 | 1010110 | 0 | 1101 | 100101001 | 1001100 | 110010 |
Color Harmonies of #D41FDF
Complementary color
Monochromatic Colors of #D41FDF
Black with #D41FDF
Text Example
Text Example
White with #D41FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41FDF; }
p { color: rgb(212,31,223); }
H1.HeaderClassName
{
color: #D41FDF;
}
.AnyTagClassName
{
color: #D41FDF;
}
</style>
background-color css
<style>
a { background-color: #D41FDF; }
a { background-color: rgb(212,31,223); }
div.DivClassName
{
background-color: #D41FDF;
}
.BgClassName
{
background-color: #D41FDF;
}
</style>
border-color css
<style>
span { border-color: #D41FDF; }
span { border-color: rgb(212,31,223); }
td.TdClassName
{
border-color: #D41FDF;
}
.TagClassName
{
border-color: #D41FDF;
}
</style>