Shades of Deep Magenta #D41ED5
Tints of Deep Magenta #D41ED5
RGB
CMYK
RGB Variations
Color information
#D41ED5 (or 0xD41ED5) is known color: Deep Magenta. HEX triplet: D4, 1E and D5. RGB value is (212,30,213). Sum of RGB (Red+Green+Blue) = 212+30+213=455 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.59% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #D41ED5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ED5 is #2BE12A. Grayscale: #686868. Windows color (decimal): -2875691 or 13967060. OLE color: 13967060.
HSL color Cylindrical-coordinate representation of color #D41ED5: hue angle of 299.67º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41ED5 is Cyan = 0.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 212 | 30 | 213 | - |
| CMYK | 0.00 | 0.86 | 0 | 0.16 |
| HSL | 299.67º | 0.75% | 0.48% | - |
| HSV(B) | 299.67º | 0.86% | 0.84% | - |
| XYZ | 39.63 | 19.73 | 64.67 | - |
| YUV | 105.28 | 188.8 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 30 | 213 | 0.00 | 0.86 | 0 | 0.16 | 299.67 | 0.75 | 0.48 |
| Hex | D4 | 1E | D5 | 0 | 56 | 0 | 10 | 12C | 4B | 30 |
| Octal | 324 | 36 | 325 | 0 | 126 | 0 | 20 | 454 | 113 | 60 |
| Binary | 11010100 | 11110 | 11010101 | 0 | 1010110 | 0 | 10000 | 100101100 | 1001011 | 110000 |
Color Harmonies of #D41ED5
Complementary color
Monochromatic Colors of #D41ED5
Black with #D41ED5
Text Example
Text Example
White with #D41ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41ED5; }
p { color: rgb(212,30,213); }
H1.HeaderClassName
{
color: #D41ED5;
}
.AnyTagClassName
{
color: #D41ED5;
}
</style>
background-color css
<style>
a { background-color: #D41ED5; }
a { background-color: rgb(212,30,213); }
div.DivClassName
{
background-color: #D41ED5;
}
.BgClassName
{
background-color: #D41ED5;
}
</style>
border-color css
<style>
span { border-color: #D41ED5; }
span { border-color: rgb(212,30,213); }
td.TdClassName
{
border-color: #D41ED5;
}
.TagClassName
{
border-color: #D41ED5;
}
</style>