Shades of Deep Magenta #DA22C5
Tints of Deep Magenta #DA22C5
RGB
CMYK
RGB Variations
Color information
#DA22C5 (or 0xDA22C5) is known color: Deep Magenta. HEX triplet: DA, 22 and C5. RGB value is (218,34,197). Sum of RGB (Red+Green+Blue) = 218+34+197=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 34 (13.67% from 255 or 7.57% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA22C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA22C5 is #25DD3A. Grayscale: #6B6B6B. Windows color (decimal): -2481467 or 12919514. OLE color: 12919514.
HSL color Cylindrical-coordinate representation of color #DA22C5: hue angle of 306.85º 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 #DA22C5 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 34 | 197 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.15 |
| HSL | 306.85º | 0.73% | 0.49% | - |
| HSV(B) | 306.85º | 0.84% | 0.85% | - |
| XYZ | 39.56 | 20.08 | 54.61 | - |
| YUV | 107.6 | 178.46 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 34 | 197 | 0 | 0.84 | 0.10 | 0.15 | 306.85 | 0.73 | 0.49 |
| Hex | DA | 22 | C5 | 0 | 54 | A | F | 133 | 49 | 31 |
| Octal | 332 | 42 | 305 | 0 | 124 | 12 | 17 | 463 | 111 | 61 |
| Binary | 11011010 | 100010 | 11000101 | 0 | 1010100 | 1010 | 1111 | 100110011 | 1001001 | 110001 |
Color Harmonies of #DA22C5
Complementary color
Monochromatic Colors of #DA22C5
Black with #DA22C5
Text Example
Text Example
White with #DA22C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA22C5; }
p { color: rgb(218,34,197); }
H1.HeaderClassName
{
color: #DA22C5;
}
.AnyTagClassName
{
color: #DA22C5;
}
</style>
background-color css
<style>
a { background-color: #DA22C5; }
a { background-color: rgb(218,34,197); }
div.DivClassName
{
background-color: #DA22C5;
}
.BgClassName
{
background-color: #DA22C5;
}
</style>
border-color css
<style>
span { border-color: #DA22C5; }
span { border-color: rgb(218,34,197); }
td.TdClassName
{
border-color: #DA22C5;
}
.TagClassName
{
border-color: #DA22C5;
}
</style>