Shades of Deep Magenta #DA24C5
Tints of Deep Magenta #DA24C5
RGB
CMYK
RGB Variations
Color information
#DA24C5 (or 0xDA24C5) is known color: Deep Magenta. HEX triplet: DA, 24 and C5. RGB value is (218,36,197). Sum of RGB (Red+Green+Blue) = 218+36+197=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 36 (14.45% from 255 or 7.98% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24C5 is #25DB3A. Grayscale: #6C6C6C. Windows color (decimal): -2480955 or 12920026. OLE color: 12920026.
HSL color Cylindrical-coordinate representation of color #DA24C5: hue angle of 306.92º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA24C5 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 197 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.15 |
| HSL | 306.92º | 0.72% | 0.5% | - |
| HSV(B) | 306.92º | 0.83% | 0.85% | - |
| XYZ | 39.62 | 20.2 | 54.63 | - |
| YUV | 108.77 | 177.8 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 197 | 0 | 0.83 | 0.10 | 0.15 | 306.92 | 0.72 | 0.5 |
| Hex | DA | 24 | C5 | 0 | 53 | A | F | 133 | 48 | 32 |
| Octal | 332 | 44 | 305 | 0 | 123 | 12 | 17 | 463 | 110 | 62 |
| Binary | 11011010 | 100100 | 11000101 | 0 | 1010011 | 1010 | 1111 | 100110011 | 1001000 | 110010 |
Color Harmonies of #DA24C5
Complementary color
Monochromatic Colors of #DA24C5
Black with #DA24C5
Text Example
Text Example
White with #DA24C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24C5; }
p { color: rgb(218,36,197); }
H1.HeaderClassName
{
color: #DA24C5;
}
.AnyTagClassName
{
color: #DA24C5;
}
</style>
background-color css
<style>
a { background-color: #DA24C5; }
a { background-color: rgb(218,36,197); }
div.DivClassName
{
background-color: #DA24C5;
}
.BgClassName
{
background-color: #DA24C5;
}
</style>
border-color css
<style>
span { border-color: #DA24C5; }
span { border-color: rgb(218,36,197); }
td.TdClassName
{
border-color: #DA24C5;
}
.TagClassName
{
border-color: #DA24C5;
}
</style>