Shades of Deep Magenta #DA22DD
Tints of Deep Magenta #DA22DD
RGB
CMYK
RGB Variations
Color information
#DA22DD (or 0xDA22DD) is known color: Deep Magenta. HEX triplet: DA, 22 and DD. RGB value is (218,34,221). Sum of RGB (Red+Green+Blue) = 218+34+221=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 34 (13.67% from 255 or 7.19% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA22DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA22DD is #25DD22. Grayscale: #6D6D6D. Windows color (decimal): -2481443 or 14492378. OLE color: 14492378.
HSL color Cylindrical-coordinate representation of color #DA22DD: hue angle of 299.04º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA22DD is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 34 | 221 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.13 |
| HSL | 299.04º | 0.73% | 0.5% | - |
| HSV(B) | 299.04º | 0.85% | 0.87% | - |
| XYZ | 42.54 | 21.27 | 70.27 | - |
| YUV | 110.33 | 190.46 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 221 | 0.01 | 0.85 | 0 | 0.13 | 299.04 | 0.73 | 0.5 |
| Hex | DA | 22 | DD | 1 | 55 | 0 | D | 12B | 49 | 32 |
| Octal | 332 | 42 | 335 | 1 | 125 | 0 | 15 | 453 | 111 | 62 |
| Binary | 11011010 | 100010 | 11011101 | 1 | 1010101 | 0 | 1101 | 100101011 | 1001001 | 110010 |
Color Harmonies of #DA22DD
Complementary color
Monochromatic Colors of #DA22DD
Black with #DA22DD
Text Example
Text Example
White with #DA22DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA22DD; }
p { color: rgb(218,34,221); }
H1.HeaderClassName
{
color: #DA22DD;
}
.AnyTagClassName
{
color: #DA22DD;
}
</style>
background-color css
<style>
a { background-color: #DA22DD; }
a { background-color: rgb(218,34,221); }
div.DivClassName
{
background-color: #DA22DD;
}
.BgClassName
{
background-color: #DA22DD;
}
</style>
border-color css
<style>
span { border-color: #DA22DD; }
span { border-color: rgb(218,34,221); }
td.TdClassName
{
border-color: #DA22DD;
}
.TagClassName
{
border-color: #DA22DD;
}
</style>