Shades of Deep Magenta #D41CDC
Tints of Deep Magenta #D41CDC
RGB
CMYK
RGB Variations
Color information
#D41CDC (or 0xD41CDC) is known color: Deep Magenta. HEX triplet: D4, 1C and DC. RGB value is (212,28,220). Sum of RGB (Red+Green+Blue) = 212+28+220=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #D41CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41CDC is #2BE323. Grayscale: #686868. Windows color (decimal): -2876196 or 14425300. OLE color: 14425300.
HSL color Cylindrical-coordinate representation of color #D41CDC: hue angle of 297.5º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D41CDC is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 28 | 220 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.14 |
| HSL | 297.5º | 0.77% | 0.49% | - |
| HSV(B) | 297.5º | 0.87% | 0.86% | - |
| XYZ | 40.48 | 19.99 | 69.44 | - |
| YUV | 104.9 | 192.96 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 28 | 220 | 0.04 | 0.87 | 0 | 0.14 | 297.5 | 0.77 | 0.49 |
| Hex | D4 | 1C | DC | 4 | 57 | 0 | E | 12A | 4D | 31 |
| Octal | 324 | 34 | 334 | 4 | 127 | 0 | 16 | 452 | 115 | 61 |
| Binary | 11010100 | 11100 | 11011100 | 100 | 1010111 | 0 | 1110 | 100101010 | 1001101 | 110001 |
Color Harmonies of #D41CDC
Complementary color
Monochromatic Colors of #D41CDC
Black with #D41CDC
Text Example
Text Example
White with #D41CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41CDC; }
p { color: rgb(212,28,220); }
H1.HeaderClassName
{
color: #D41CDC;
}
.AnyTagClassName
{
color: #D41CDC;
}
</style>
background-color css
<style>
a { background-color: #D41CDC; }
a { background-color: rgb(212,28,220); }
div.DivClassName
{
background-color: #D41CDC;
}
.BgClassName
{
background-color: #D41CDC;
}
</style>
border-color css
<style>
span { border-color: #D41CDC; }
span { border-color: rgb(212,28,220); }
td.TdClassName
{
border-color: #D41CDC;
}
.TagClassName
{
border-color: #D41CDC;
}
</style>