Shades of Deep Magenta #DA20DA
Tints of Deep Magenta #DA20DA
RGB
CMYK
RGB Variations
Color information
#DA20DA (or 0xDA20DA) is known color: Deep Magenta. HEX triplet: DA, 20 and DA. RGB value is (218,32,218). Sum of RGB (Red+Green+Blue) = 218+32+218=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA20DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA20DA is #25DF25. Grayscale: #6C6C6C. Windows color (decimal): -2481958 or 14295258. OLE color: 14295258.
HSL color Cylindrical-coordinate representation of color #DA20DA: hue angle of 300º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA20DA is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 218 | - |
| CMYK | 0 | 0.85 | 0 | 0.15 |
| HSL | 300º | 0.74% | 0.49% | - |
| HSV(B) | 300º | 0.85% | 0.85% | - |
| XYZ | 42.08 | 21 | 68.17 | - |
| YUV | 108.82 | 189.62 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 218 | 0 | 0.85 | 0 | 0.15 | 300 | 0.74 | 0.49 |
| Hex | DA | 20 | DA | 0 | 55 | 0 | F | 12C | 4A | 31 |
| Octal | 332 | 40 | 332 | 0 | 125 | 0 | 17 | 454 | 112 | 61 |
| Binary | 11011010 | 100000 | 11011010 | 0 | 1010101 | 0 | 1111 | 100101100 | 1001010 | 110001 |
Color Harmonies of #DA20DA
Complementary color
Monochromatic Colors of #DA20DA
Black with #DA20DA
Text Example
Text Example
White with #DA20DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20DA; }
p { color: rgb(218,32,218); }
H1.HeaderClassName
{
color: #DA20DA;
}
.AnyTagClassName
{
color: #DA20DA;
}
</style>
background-color css
<style>
a { background-color: #DA20DA; }
a { background-color: rgb(218,32,218); }
div.DivClassName
{
background-color: #DA20DA;
}
.BgClassName
{
background-color: #DA20DA;
}
</style>
border-color css
<style>
span { border-color: #DA20DA; }
span { border-color: rgb(218,32,218); }
td.TdClassName
{
border-color: #DA20DA;
}
.TagClassName
{
border-color: #DA20DA;
}
</style>