Shades of Deep Magenta #DA22CE
Tints of Deep Magenta #DA22CE
RGB
CMYK
RGB Variations
Color information
#DA22CE (or 0xDA22CE) is known color: Deep Magenta. HEX triplet: DA, 22 and CE. RGB value is (218,34,206). Sum of RGB (Red+Green+Blue) = 218+34+206=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 34 (13.67% from 255 or 7.42% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA22CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA22CE is #25DD31. Grayscale: #6C6C6C. Windows color (decimal): -2481458 or 13509338. OLE color: 13509338.
HSL color Cylindrical-coordinate representation of color #DA22CE: hue angle of 303.91º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA22CE is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 206 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.15 |
| HSL | 303.91º | 0.73% | 0.49% | - |
| HSV(B) | 303.91º | 0.84% | 0.85% | - |
| XYZ | 40.63 | 20.51 | 60.21 | - |
| YUV | 108.62 | 182.96 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 206 | 0 | 0.84 | 0.06 | 0.15 | 303.91 | 0.73 | 0.49 |
| Hex | DA | 22 | CE | 0 | 54 | 6 | F | 130 | 49 | 31 |
| Octal | 332 | 42 | 316 | 0 | 124 | 6 | 17 | 460 | 111 | 61 |
| Binary | 11011010 | 100010 | 11001110 | 0 | 1010100 | 110 | 1111 | 100110000 | 1001001 | 110001 |
Color Harmonies of #DA22CE
Complementary color
Monochromatic Colors of #DA22CE
Black with #DA22CE
Text Example
Text Example
White with #DA22CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA22CE; }
p { color: rgb(218,34,206); }
H1.HeaderClassName
{
color: #DA22CE;
}
.AnyTagClassName
{
color: #DA22CE;
}
</style>
background-color css
<style>
a { background-color: #DA22CE; }
a { background-color: rgb(218,34,206); }
div.DivClassName
{
background-color: #DA22CE;
}
.BgClassName
{
background-color: #DA22CE;
}
</style>
border-color css
<style>
span { border-color: #DA22CE; }
span { border-color: rgb(218,34,206); }
td.TdClassName
{
border-color: #DA22CE;
}
.TagClassName
{
border-color: #DA22CE;
}
</style>