Shades of Deep Magenta #DA22DC
Tints of Deep Magenta #DA22DC
RGB
CMYK
RGB Variations
Color information
#DA22DC (or 0xDA22DC) is known color: Deep Magenta. HEX triplet: DA, 22 and DC. RGB value is (218,34,220). Sum of RGB (Red+Green+Blue) = 218+34+220=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 34 (13.67% from 255 or 7.20% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA22DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA22DC is #25DD23. Grayscale: #6D6D6D. Windows color (decimal): -2481444 or 14426842. OLE color: 14426842.
HSL color Cylindrical-coordinate representation of color #DA22DC: hue angle of 299.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA22DC is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 34 | 220 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.14 |
| HSL | 299.35º | 0.73% | 0.5% | - |
| HSV(B) | 299.35º | 0.85% | 0.86% | - |
| XYZ | 42.4 | 21.22 | 69.57 | - |
| YUV | 110.22 | 189.96 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 220 | 0.01 | 0.85 | 0 | 0.14 | 299.35 | 0.73 | 0.5 |
| Hex | DA | 22 | DC | 1 | 55 | 0 | E | 12B | 49 | 32 |
| Octal | 332 | 42 | 334 | 1 | 125 | 0 | 16 | 453 | 111 | 62 |
| Binary | 11011010 | 100010 | 11011100 | 1 | 1010101 | 0 | 1110 | 100101011 | 1001001 | 110010 |
Color Harmonies of #DA22DC
Complementary color
Monochromatic Colors of #DA22DC
Black with #DA22DC
Text Example
Text Example
White with #DA22DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA22DC; }
p { color: rgb(218,34,220); }
H1.HeaderClassName
{
color: #DA22DC;
}
.AnyTagClassName
{
color: #DA22DC;
}
</style>
background-color css
<style>
a { background-color: #DA22DC; }
a { background-color: rgb(218,34,220); }
div.DivClassName
{
background-color: #DA22DC;
}
.BgClassName
{
background-color: #DA22DC;
}
</style>
border-color css
<style>
span { border-color: #DA22DC; }
span { border-color: rgb(218,34,220); }
td.TdClassName
{
border-color: #DA22DC;
}
.TagClassName
{
border-color: #DA22DC;
}
</style>