Shades of Deep Magenta #D419D9
Tints of Deep Magenta #D419D9
RGB
CMYK
RGB Variations
Color information
#D419D9 (or 0xD419D9) is known color: Deep Magenta. HEX triplet: D4, 19 and D9. RGB value is (212,25,217). Sum of RGB (Red+Green+Blue) = 212+25+217=454 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.70% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #D419D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D419D9 is #2BE626. Grayscale: #666666. Windows color (decimal): -2876967 or 14227924. OLE color: 14227924.
HSL color Cylindrical-coordinate representation of color #D419D9: hue angle of 298.44º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D419D9 is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 25 | 217 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.15 |
| HSL | 298.44º | 0.79% | 0.47% | - |
| HSV(B) | 298.44º | 0.88% | 0.85% | - |
| XYZ | 40.02 | 19.7 | 67.34 | - |
| YUV | 102.8 | 192.45 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 25 | 217 | 0.02 | 0.88 | 0 | 0.15 | 298.44 | 0.79 | 0.47 |
| Hex | D4 | 19 | D9 | 2 | 58 | 0 | F | 12A | 4F | 2F |
| Octal | 324 | 31 | 331 | 2 | 130 | 0 | 17 | 452 | 117 | 57 |
| Binary | 11010100 | 11001 | 11011001 | 10 | 1011000 | 0 | 1111 | 100101010 | 1001111 | 101111 |
Color Harmonies of #D419D9
Complementary color
Monochromatic Colors of #D419D9
Black with #D419D9
Text Example
Text Example
White with #D419D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D419D9; }
p { color: rgb(212,25,217); }
H1.HeaderClassName
{
color: #D419D9;
}
.AnyTagClassName
{
color: #D419D9;
}
</style>
background-color css
<style>
a { background-color: #D419D9; }
a { background-color: rgb(212,25,217); }
div.DivClassName
{
background-color: #D419D9;
}
.BgClassName
{
background-color: #D419D9;
}
</style>
border-color css
<style>
span { border-color: #D419D9; }
span { border-color: rgb(212,25,217); }
td.TdClassName
{
border-color: #D419D9;
}
.TagClassName
{
border-color: #D419D9;
}
</style>