Shades of Deep Magenta #DA21DD
Tints of Deep Magenta #DA21DD
RGB
CMYK
RGB Variations
Color information
#DA21DD (or 0xDA21DD) is known color: Deep Magenta. HEX triplet: DA, 21 and DD. RGB value is (218,33,221). Sum of RGB (Red+Green+Blue) = 218+33+221=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 33 (13.28% from 255 or 6.99% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA21DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA21DD is #25DE22. Grayscale: #6D6D6D. Windows color (decimal): -2481699 or 14492122. OLE color: 14492122.
HSL color Cylindrical-coordinate representation of color #DA21DD: hue angle of 299.04º degrees, saturation: 0.74, 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 #DA21DD is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 33 | 221 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.13 |
| HSL | 299.04º | 0.74% | 0.5% | - |
| HSV(B) | 299.04º | 0.85% | 0.87% | - |
| XYZ | 42.51 | 21.21 | 70.26 | - |
| YUV | 109.75 | 190.79 | 205.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 221 | 0.01 | 0.85 | 0 | 0.13 | 299.04 | 0.74 | 0.5 |
| Hex | DA | 21 | DD | 1 | 55 | 0 | D | 12B | 4A | 32 |
| Octal | 332 | 41 | 335 | 1 | 125 | 0 | 15 | 453 | 112 | 62 |
| Binary | 11011010 | 100001 | 11011101 | 1 | 1010101 | 0 | 1101 | 100101011 | 1001010 | 110010 |
Color Harmonies of #DA21DD
Complementary color
Monochromatic Colors of #DA21DD
Black with #DA21DD
Text Example
Text Example
White with #DA21DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA21DD; }
p { color: rgb(218,33,221); }
H1.HeaderClassName
{
color: #DA21DD;
}
.AnyTagClassName
{
color: #DA21DD;
}
</style>
background-color css
<style>
a { background-color: #DA21DD; }
a { background-color: rgb(218,33,221); }
div.DivClassName
{
background-color: #DA21DD;
}
.BgClassName
{
background-color: #DA21DD;
}
</style>
border-color css
<style>
span { border-color: #DA21DD; }
span { border-color: rgb(218,33,221); }
td.TdClassName
{
border-color: #DA21DD;
}
.TagClassName
{
border-color: #DA21DD;
}
</style>