Shades of Deep Magenta #D41CDF
Tints of Deep Magenta #D41CDF
RGB
CMYK
RGB Variations
Color information
#D41CDF (or 0xD41CDF) is known color: Deep Magenta. HEX triplet: D4, 1C and DF. RGB value is (212,28,223). Sum of RGB (Red+Green+Blue) = 212+28+223=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 28 (11.33% from 255 or 6.05% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #D41CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CDF is #2BE320. Grayscale: #686868. Windows color (decimal): -2876193 or 14621908. OLE color: 14621908.
HSL color Cylindrical-coordinate representation of color #D41CDF: hue angle of 296.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41CDF is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 28 | 223 | - |
| CMYK | 0.05 | 0.87 | 0 | 0.13 |
| HSL | 296.62º | 0.78% | 0.49% | - |
| HSV(B) | 296.62º | 0.87% | 0.87% | - |
| XYZ | 40.89 | 20.16 | 71.55 | - |
| YUV | 105.25 | 194.46 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 223 | 0.05 | 0.87 | 0 | 0.13 | 296.62 | 0.78 | 0.49 |
| Hex | D4 | 1C | DF | 5 | 57 | 0 | D | 129 | 4E | 31 |
| Octal | 324 | 34 | 337 | 5 | 127 | 0 | 15 | 451 | 116 | 61 |
| Binary | 11010100 | 11100 | 11011111 | 101 | 1010111 | 0 | 1101 | 100101001 | 1001110 | 110001 |
Color Harmonies of #D41CDF
Complementary color
Monochromatic Colors of #D41CDF
Black with #D41CDF
Text Example
Text Example
White with #D41CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CDF; }
p { color: rgb(212,28,223); }
H1.HeaderClassName
{
color: #D41CDF;
}
.AnyTagClassName
{
color: #D41CDF;
}
</style>
background-color css
<style>
a { background-color: #D41CDF; }
a { background-color: rgb(212,28,223); }
div.DivClassName
{
background-color: #D41CDF;
}
.BgClassName
{
background-color: #D41CDF;
}
</style>
border-color css
<style>
span { border-color: #D41CDF; }
span { border-color: rgb(212,28,223); }
td.TdClassName
{
border-color: #D41CDF;
}
.TagClassName
{
border-color: #D41CDF;
}
</style>