Shades of Deep Magenta #D41DC9
Tints of Deep Magenta #D41DC9
RGB
CMYK
RGB Variations
Color information
#D41DC9 (or 0xD41DC9) is known color: Deep Magenta. HEX triplet: D4, 1D and C9. RGB value is (212,29,201). Sum of RGB (Red+Green+Blue) = 212+29+201=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 201 (78.91% from 255 or 45.48% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D41DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41DC9 is #2BE236. Grayscale: #666666. Windows color (decimal): -2875959 or 13180372. OLE color: 13180372.
HSL color Cylindrical-coordinate representation of color #D41DC9: hue angle of 303.61º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D41DC9 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 29 | 201 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.17 |
| HSL | 303.61º | 0.76% | 0.47% | - |
| HSV(B) | 303.61º | 0.86% | 0.83% | - |
| XYZ | 38.13 | 19.09 | 56.93 | - |
| YUV | 103.33 | 183.13 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 29 | 201 | 0 | 0.86 | 0.05 | 0.17 | 303.61 | 0.76 | 0.47 |
| Hex | D4 | 1D | C9 | 0 | 56 | 5 | 11 | 130 | 4C | 2F |
| Octal | 324 | 35 | 311 | 0 | 126 | 5 | 21 | 460 | 114 | 57 |
| Binary | 11010100 | 11101 | 11001001 | 0 | 1010110 | 101 | 10001 | 100110000 | 1001100 | 101111 |
Color Harmonies of #D41DC9
Complementary color
Monochromatic Colors of #D41DC9
Black with #D41DC9
Text Example
Text Example
White with #D41DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41DC9; }
p { color: rgb(212,29,201); }
H1.HeaderClassName
{
color: #D41DC9;
}
.AnyTagClassName
{
color: #D41DC9;
}
</style>
background-color css
<style>
a { background-color: #D41DC9; }
a { background-color: rgb(212,29,201); }
div.DivClassName
{
background-color: #D41DC9;
}
.BgClassName
{
background-color: #D41DC9;
}
</style>
border-color css
<style>
span { border-color: #D41DC9; }
span { border-color: rgb(212,29,201); }
td.TdClassName
{
border-color: #D41DC9;
}
.TagClassName
{
border-color: #D41DC9;
}
</style>