Shades of Deep Magenta #DA22DF
Tints of Deep Magenta #DA22DF
RGB
CMYK
RGB Variations
Color information
#DA22DF (or 0xDA22DF) is known color: Deep Magenta. HEX triplet: DA, 22 and DF. RGB value is (218,34,223). Sum of RGB (Red+Green+Blue) = 218+34+223=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 34 (13.67% from 255 or 7.16% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA22DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA22DF is #25DD20. Grayscale: #6D6D6D. Windows color (decimal): -2481441 or 14623450. OLE color: 14623450.
HSL color Cylindrical-coordinate representation of color #DA22DF: hue angle of 298.41º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA22DF is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 34 | 223 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.13 |
| HSL | 298.41º | 0.75% | 0.5% | - |
| HSV(B) | 298.41º | 0.85% | 0.87% | - |
| XYZ | 42.8 | 21.38 | 71.68 | - |
| YUV | 110.56 | 191.46 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 223 | 0.02 | 0.85 | 0 | 0.13 | 298.41 | 0.75 | 0.5 |
| Hex | DA | 22 | DF | 2 | 55 | 0 | D | 12A | 4B | 32 |
| Octal | 332 | 42 | 337 | 2 | 125 | 0 | 15 | 452 | 113 | 62 |
| Binary | 11011010 | 100010 | 11011111 | 10 | 1010101 | 0 | 1101 | 100101010 | 1001011 | 110010 |
Color Harmonies of #DA22DF
Complementary color
Monochromatic Colors of #DA22DF
Black with #DA22DF
Text Example
Text Example
White with #DA22DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA22DF; }
p { color: rgb(218,34,223); }
H1.HeaderClassName
{
color: #DA22DF;
}
.AnyTagClassName
{
color: #DA22DF;
}
</style>
background-color css
<style>
a { background-color: #DA22DF; }
a { background-color: rgb(218,34,223); }
div.DivClassName
{
background-color: #DA22DF;
}
.BgClassName
{
background-color: #DA22DF;
}
</style>
border-color css
<style>
span { border-color: #DA22DF; }
span { border-color: rgb(218,34,223); }
td.TdClassName
{
border-color: #DA22DF;
}
.TagClassName
{
border-color: #DA22DF;
}
</style>