Shades of Deep Magenta #DA24D8
Tints of Deep Magenta #DA24D8
RGB
CMYK
RGB Variations
Color information
#DA24D8 (or 0xDA24D8) is known color: Deep Magenta. HEX triplet: DA, 24 and D8. RGB value is (218,36,216). Sum of RGB (Red+Green+Blue) = 218+36+216=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 36 (14.45% from 255 or 7.66% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24D8 is #25DB27. Grayscale: #6E6E6E. Windows color (decimal): -2480936 or 14165210. OLE color: 14165210.
HSL color Cylindrical-coordinate representation of color #DA24D8: hue angle of 300.66º 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 #DA24D8 is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 216 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.15 |
| HSL | 300.66º | 0.72% | 0.5% | - |
| HSV(B) | 300.66º | 0.83% | 0.85% | - |
| XYZ | 41.94 | 21.13 | 66.83 | - |
| YUV | 110.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 216 | 0 | 0.83 | 0.01 | 0.15 | 300.66 | 0.72 | 0.5 |
| Hex | DA | 24 | D8 | 0 | 53 | 1 | F | 12D | 48 | 32 |
| Octal | 332 | 44 | 330 | 0 | 123 | 1 | 17 | 455 | 110 | 62 |
| Binary | 11011010 | 100100 | 11011000 | 0 | 1010011 | 1 | 1111 | 100101101 | 1001000 | 110010 |
Color Harmonies of #DA24D8
Complementary color
Monochromatic Colors of #DA24D8
Black with #DA24D8
Text Example
Text Example
White with #DA24D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24D8; }
p { color: rgb(218,36,216); }
H1.HeaderClassName
{
color: #DA24D8;
}
.AnyTagClassName
{
color: #DA24D8;
}
</style>
background-color css
<style>
a { background-color: #DA24D8; }
a { background-color: rgb(218,36,216); }
div.DivClassName
{
background-color: #DA24D8;
}
.BgClassName
{
background-color: #DA24D8;
}
</style>
border-color css
<style>
span { border-color: #DA24D8; }
span { border-color: rgb(218,36,216); }
td.TdClassName
{
border-color: #DA24D8;
}
.TagClassName
{
border-color: #DA24D8;
}
</style>