Shades of Deep Magenta #D41ADC
Tints of Deep Magenta #D41ADC
RGB
CMYK
RGB Variations
Color information
#D41ADC (or 0xD41ADC) is known color: Deep Magenta. HEX triplet: D4, 1A and DC. RGB value is (212,26,220). Sum of RGB (Red+Green+Blue) = 212+26+220=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 26 (10.55% from 255 or 5.68% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #D41ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41ADC is #2BE523. Grayscale: #676767. Windows color (decimal): -2876708 or 14424788. OLE color: 14424788.
HSL color Cylindrical-coordinate representation of color #D41ADC: hue angle of 297.53º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41ADC is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 212 | 26 | 220 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.14 |
| HSL | 297.53º | 0.79% | 0.48% | - |
| HSV(B) | 297.53º | 0.88% | 0.86% | - |
| XYZ | 40.44 | 19.9 | 69.42 | - |
| YUV | 103.73 | 193.62 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 26 | 220 | 0.04 | 0.88 | 0 | 0.14 | 297.53 | 0.79 | 0.48 |
| Hex | D4 | 1A | DC | 4 | 58 | 0 | E | 12A | 4F | 30 |
| Octal | 324 | 32 | 334 | 4 | 130 | 0 | 16 | 452 | 117 | 60 |
| Binary | 11010100 | 11010 | 11011100 | 100 | 1011000 | 0 | 1110 | 100101010 | 1001111 | 110000 |
Color Harmonies of #D41ADC
Complementary color
Monochromatic Colors of #D41ADC
Black with #D41ADC
Text Example
Text Example
White with #D41ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D41ADC; }
p { color: rgb(212,26,220); }
H1.HeaderClassName
{
color: #D41ADC;
}
.AnyTagClassName
{
color: #D41ADC;
}
</style>
background-color css
<style>
a { background-color: #D41ADC; }
a { background-color: rgb(212,26,220); }
div.DivClassName
{
background-color: #D41ADC;
}
.BgClassName
{
background-color: #D41ADC;
}
</style>
border-color css
<style>
span { border-color: #D41ADC; }
span { border-color: rgb(212,26,220); }
td.TdClassName
{
border-color: #D41ADC;
}
.TagClassName
{
border-color: #D41ADC;
}
</style>