Shades of Deep Magenta #DA1ADD
Tints of Deep Magenta #DA1ADD
RGB
CMYK
RGB Variations
Color information
#DA1ADD (or 0xDA1ADD) is known color: Deep Magenta. HEX triplet: DA, 1A and DD. RGB value is (218,26,221). Sum of RGB (Red+Green+Blue) = 218+26+221=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA1ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1ADD is #25E522. Grayscale: #696969. Windows color (decimal): -2483491 or 14490330. OLE color: 14490330.
HSL color Cylindrical-coordinate representation of color #DA1ADD: hue angle of 299.08º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1ADD is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 26 | 221 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.13 |
| HSL | 299.08º | 0.79% | 0.48% | - |
| HSV(B) | 299.08º | 0.88% | 0.87% | - |
| XYZ | 42.33 | 20.86 | 70.2 | - |
| YUV | 105.64 | 193.11 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 26 | 221 | 0.01 | 0.88 | 0 | 0.13 | 299.08 | 0.79 | 0.48 |
| Hex | DA | 1A | DD | 1 | 58 | 0 | D | 12B | 4F | 30 |
| Octal | 332 | 32 | 335 | 1 | 130 | 0 | 15 | 453 | 117 | 60 |
| Binary | 11011010 | 11010 | 11011101 | 1 | 1011000 | 0 | 1101 | 100101011 | 1001111 | 110000 |
Color Harmonies of #DA1ADD
Complementary color
Monochromatic Colors of #DA1ADD
Black with #DA1ADD
Text Example
Text Example
White with #DA1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1ADD; }
p { color: rgb(218,26,221); }
H1.HeaderClassName
{
color: #DA1ADD;
}
.AnyTagClassName
{
color: #DA1ADD;
}
</style>
background-color css
<style>
a { background-color: #DA1ADD; }
a { background-color: rgb(218,26,221); }
div.DivClassName
{
background-color: #DA1ADD;
}
.BgClassName
{
background-color: #DA1ADD;
}
</style>
border-color css
<style>
span { border-color: #DA1ADD; }
span { border-color: rgb(218,26,221); }
td.TdClassName
{
border-color: #DA1ADD;
}
.TagClassName
{
border-color: #DA1ADD;
}
</style>