Shades of Deep Magenta #DA1ED8
Tints of Deep Magenta #DA1ED8
RGB
CMYK
RGB Variations
Color information
#DA1ED8 (or 0xDA1ED8) is known color: Deep Magenta. HEX triplet: DA, 1E and D8. RGB value is (218,30,216). Sum of RGB (Red+Green+Blue) = 218+30+216=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 216 (84.77% from 255 or 46.55% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1ED8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1ED8 is #25E127. Grayscale: #6A6A6A. Windows color (decimal): -2482472 or 14163674. OLE color: 14163674.
HSL color Cylindrical-coordinate representation of color #DA1ED8: hue angle of 300.64º 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 #DA1ED8 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 30 | 216 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.15 |
| HSL | 300.64º | 0.76% | 0.49% | - |
| HSV(B) | 300.64º | 0.86% | 0.85% | - |
| XYZ | 41.77 | 20.79 | 66.78 | - |
| YUV | 107.42 | 189.28 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 30 | 216 | 0 | 0.86 | 0.01 | 0.15 | 300.64 | 0.76 | 0.49 |
| Hex | DA | 1E | D8 | 0 | 56 | 1 | F | 12D | 4C | 31 |
| Octal | 332 | 36 | 330 | 0 | 126 | 1 | 17 | 455 | 114 | 61 |
| Binary | 11011010 | 11110 | 11011000 | 0 | 1010110 | 1 | 1111 | 100101101 | 1001100 | 110001 |
Color Harmonies of #DA1ED8
Complementary color
Monochromatic Colors of #DA1ED8
Black with #DA1ED8
Text Example
Text Example
White with #DA1ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1ED8; }
p { color: rgb(218,30,216); }
H1.HeaderClassName
{
color: #DA1ED8;
}
.AnyTagClassName
{
color: #DA1ED8;
}
</style>
background-color css
<style>
a { background-color: #DA1ED8; }
a { background-color: rgb(218,30,216); }
div.DivClassName
{
background-color: #DA1ED8;
}
.BgClassName
{
background-color: #DA1ED8;
}
</style>
border-color css
<style>
span { border-color: #DA1ED8; }
span { border-color: rgb(218,30,216); }
td.TdClassName
{
border-color: #DA1ED8;
}
.TagClassName
{
border-color: #DA1ED8;
}
</style>