Shades of Deep Magenta #DA20DD
Tints of Deep Magenta #DA20DD
RGB
CMYK
RGB Variations
Color information
#DA20DD (or 0xDA20DD) is known color: Deep Magenta. HEX triplet: DA, 20 and DD. RGB value is (218,32,221). Sum of RGB (Red+Green+Blue) = 218+32+221=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 32 (12.89% from 255 or 6.79% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA20DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA20DD is #25DF22. Grayscale: #6C6C6C. Windows color (decimal): -2481955 or 14491866. OLE color: 14491866.
HSL color Cylindrical-coordinate representation of color #DA20DD: hue angle of 299.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA20DD is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 32 | 221 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.13 |
| HSL | 299.05º | 0.75% | 0.5% | - |
| HSV(B) | 299.05º | 0.86% | 0.87% | - |
| XYZ | 42.48 | 21.16 | 70.25 | - |
| YUV | 109.16 | 191.12 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 221 | 0.01 | 0.86 | 0 | 0.13 | 299.05 | 0.75 | 0.5 |
| Hex | DA | 20 | DD | 1 | 56 | 0 | D | 12B | 4B | 32 |
| Octal | 332 | 40 | 335 | 1 | 126 | 0 | 15 | 453 | 113 | 62 |
| Binary | 11011010 | 100000 | 11011101 | 1 | 1010110 | 0 | 1101 | 100101011 | 1001011 | 110010 |
Color Harmonies of #DA20DD
Complementary color
Monochromatic Colors of #DA20DD
Black with #DA20DD
Text Example
Text Example
White with #DA20DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20DD; }
p { color: rgb(218,32,221); }
H1.HeaderClassName
{
color: #DA20DD;
}
.AnyTagClassName
{
color: #DA20DD;
}
</style>
background-color css
<style>
a { background-color: #DA20DD; }
a { background-color: rgb(218,32,221); }
div.DivClassName
{
background-color: #DA20DD;
}
.BgClassName
{
background-color: #DA20DD;
}
</style>
border-color css
<style>
span { border-color: #DA20DD; }
span { border-color: rgb(218,32,221); }
td.TdClassName
{
border-color: #DA20DD;
}
.TagClassName
{
border-color: #DA20DD;
}
</style>