Shades of Deep Magenta #DA22DB
Tints of Deep Magenta #DA22DB
RGB
CMYK
RGB Variations
Color information
#DA22DB (or 0xDA22DB) is known color: Deep Magenta. HEX triplet: DA, 22 and DB. RGB value is (218,34,219). Sum of RGB (Red+Green+Blue) = 218+34+219=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA22DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA22DB is #25DD24. Grayscale: #6D6D6D. Windows color (decimal): -2481445 or 14361306. OLE color: 14361306.
HSL color Cylindrical-coordinate representation of color #DA22DB: hue angle of 299.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA22DB is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 34 | 219 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.14 |
| HSL | 299.68º | 0.73% | 0.5% | - |
| HSV(B) | 299.68º | 0.84% | 0.86% | - |
| XYZ | 42.27 | 21.16 | 68.87 | - |
| YUV | 110.11 | 189.46 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 219 | 0.00 | 0.84 | 0 | 0.14 | 299.68 | 0.73 | 0.5 |
| Hex | DA | 22 | DB | 0 | 54 | 0 | E | 12C | 49 | 32 |
| Octal | 332 | 42 | 333 | 0 | 124 | 0 | 16 | 454 | 111 | 62 |
| Binary | 11011010 | 100010 | 11011011 | 0 | 1010100 | 0 | 1110 | 100101100 | 1001001 | 110010 |
Color Harmonies of #DA22DB
Complementary color
Monochromatic Colors of #DA22DB
Black with #DA22DB
Text Example
Text Example
White with #DA22DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA22DB; }
p { color: rgb(218,34,219); }
H1.HeaderClassName
{
color: #DA22DB;
}
.AnyTagClassName
{
color: #DA22DB;
}
</style>
background-color css
<style>
a { background-color: #DA22DB; }
a { background-color: rgb(218,34,219); }
div.DivClassName
{
background-color: #DA22DB;
}
.BgClassName
{
background-color: #DA22DB;
}
</style>
border-color css
<style>
span { border-color: #DA22DB; }
span { border-color: rgb(218,34,219); }
td.TdClassName
{
border-color: #DA22DB;
}
.TagClassName
{
border-color: #DA22DB;
}
</style>