Shades of Deep Magenta #DA1DD8
Tints of Deep Magenta #DA1DD8
RGB
CMYK
RGB Variations
Color information
#DA1DD8 (or 0xDA1DD8) is known color: Deep Magenta. HEX triplet: DA, 1D and D8. RGB value is (218,29,216). Sum of RGB (Red+Green+Blue) = 218+29+216=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1DD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1DD8 is #25E227. Grayscale: #6A6A6A. Windows color (decimal): -2482728 or 14163418. OLE color: 14163418.
HSL color Cylindrical-coordinate representation of color #DA1DD8: hue angle of 300.63º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1DD8 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 29 | 216 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.15 |
| HSL | 300.63º | 0.77% | 0.48% | - |
| HSV(B) | 300.63º | 0.87% | 0.85% | - |
| XYZ | 41.75 | 20.74 | 66.77 | - |
| YUV | 106.83 | 189.62 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 29 | 216 | 0 | 0.87 | 0.01 | 0.15 | 300.63 | 0.77 | 0.48 |
| Hex | DA | 1D | D8 | 0 | 57 | 1 | F | 12D | 4D | 30 |
| Octal | 332 | 35 | 330 | 0 | 127 | 1 | 17 | 455 | 115 | 60 |
| Binary | 11011010 | 11101 | 11011000 | 0 | 1010111 | 1 | 1111 | 100101101 | 1001101 | 110000 |
Color Harmonies of #DA1DD8
Complementary color
Monochromatic Colors of #DA1DD8
Black with #DA1DD8
Text Example
Text Example
White with #DA1DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1DD8; }
p { color: rgb(218,29,216); }
H1.HeaderClassName
{
color: #DA1DD8;
}
.AnyTagClassName
{
color: #DA1DD8;
}
</style>
background-color css
<style>
a { background-color: #DA1DD8; }
a { background-color: rgb(218,29,216); }
div.DivClassName
{
background-color: #DA1DD8;
}
.BgClassName
{
background-color: #DA1DD8;
}
</style>
border-color css
<style>
span { border-color: #DA1DD8; }
span { border-color: rgb(218,29,216); }
td.TdClassName
{
border-color: #DA1DD8;
}
.TagClassName
{
border-color: #DA1DD8;
}
</style>