Shades of Deep Magenta #DA20DC
Tints of Deep Magenta #DA20DC
RGB
CMYK
RGB Variations
Color information
#DA20DC (or 0xDA20DC) is known color: Deep Magenta. HEX triplet: DA, 20 and DC. RGB value is (218,32,220). Sum of RGB (Red+Green+Blue) = 218+32+220=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 32 (12.89% from 255 or 6.81% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA20DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA20DC is #25DF23. Grayscale: #6C6C6C. Windows color (decimal): -2481956 or 14426330. OLE color: 14426330.
HSL color Cylindrical-coordinate representation of color #DA20DC: hue angle of 299.36º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA20DC is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 32 | 220 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.14 |
| HSL | 299.36º | 0.75% | 0.49% | - |
| HSV(B) | 299.36º | 0.85% | 0.86% | - |
| XYZ | 42.35 | 21.11 | 69.55 | - |
| YUV | 109.05 | 190.62 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 220 | 0.01 | 0.85 | 0 | 0.14 | 299.36 | 0.75 | 0.49 |
| Hex | DA | 20 | DC | 1 | 55 | 0 | E | 12B | 4B | 31 |
| Octal | 332 | 40 | 334 | 1 | 125 | 0 | 16 | 453 | 113 | 61 |
| Binary | 11011010 | 100000 | 11011100 | 1 | 1010101 | 0 | 1110 | 100101011 | 1001011 | 110001 |
Color Harmonies of #DA20DC
Complementary color
Monochromatic Colors of #DA20DC
Black with #DA20DC
Text Example
Text Example
White with #DA20DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA20DC; }
p { color: rgb(218,32,220); }
H1.HeaderClassName
{
color: #DA20DC;
}
.AnyTagClassName
{
color: #DA20DC;
}
</style>
background-color css
<style>
a { background-color: #DA20DC; }
a { background-color: rgb(218,32,220); }
div.DivClassName
{
background-color: #DA20DC;
}
.BgClassName
{
background-color: #DA20DC;
}
</style>
border-color css
<style>
span { border-color: #DA20DC; }
span { border-color: rgb(218,32,220); }
td.TdClassName
{
border-color: #DA20DC;
}
.TagClassName
{
border-color: #DA20DC;
}
</style>