Shades of Deep Magenta #DA1ED9
Tints of Deep Magenta #DA1ED9
RGB
CMYK
RGB Variations
Color information
#DA1ED9 (or 0xDA1ED9) is known color: Deep Magenta. HEX triplet: DA, 1E and D9. RGB value is (218,30,217). Sum of RGB (Red+Green+Blue) = 218+30+217=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1ED9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1ED9 is #25E126. Grayscale: #6A6A6A. Windows color (decimal): -2482471 or 14229210. OLE color: 14229210.
HSL color Cylindrical-coordinate representation of color #DA1ED9: hue angle of 300.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1ED9 is Cyan = 0, Magento = 0.86, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 30 | 217 | - |
| CMYK | 0 | 0.86 | 0.00 | 0.15 |
| HSL | 300.32º | 0.76% | 0.49% | - |
| HSV(B) | 300.32º | 0.86% | 0.85% | - |
| XYZ | 41.9 | 20.84 | 67.46 | - |
| YUV | 107.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 217 | 0 | 0.86 | 0.00 | 0.15 | 300.32 | 0.76 | 0.49 |
| Hex | DA | 1E | D9 | 0 | 56 | 0 | F | 12C | 4C | 31 |
| Octal | 332 | 36 | 331 | 0 | 126 | 0 | 17 | 454 | 114 | 61 |
| Binary | 11011010 | 11110 | 11011001 | 0 | 1010110 | 0 | 1111 | 100101100 | 1001100 | 110001 |
Color Harmonies of #DA1ED9
Complementary color
Monochromatic Colors of #DA1ED9
Black with #DA1ED9
Text Example
Text Example
White with #DA1ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1ED9; }
p { color: rgb(218,30,217); }
H1.HeaderClassName
{
color: #DA1ED9;
}
.AnyTagClassName
{
color: #DA1ED9;
}
</style>
background-color css
<style>
a { background-color: #DA1ED9; }
a { background-color: rgb(218,30,217); }
div.DivClassName
{
background-color: #DA1ED9;
}
.BgClassName
{
background-color: #DA1ED9;
}
</style>
border-color css
<style>
span { border-color: #DA1ED9; }
span { border-color: rgb(218,30,217); }
td.TdClassName
{
border-color: #DA1ED9;
}
.TagClassName
{
border-color: #DA1ED9;
}
</style>