Shades of Deep Magenta #DA24C6
Tints of Deep Magenta #DA24C6
RGB
CMYK
RGB Variations
Color information
#DA24C6 (or 0xDA24C6) is known color: Deep Magenta. HEX triplet: DA, 24 and C6. RGB value is (218,36,198). Sum of RGB (Red+Green+Blue) = 218+36+198=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 36 (14.45% from 255 or 7.96% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24C6 is #25DB39. Grayscale: #6C6C6C. Windows color (decimal): -2480954 or 12985562. OLE color: 12985562.
HSL color Cylindrical-coordinate representation of color #DA24C6: hue angle of 306.59º 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 #DA24C6 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 198 | - |
| CMYK | 0 | 0.83 | 0.09 | 0.15 |
| HSL | 306.59º | 0.72% | 0.5% | - |
| HSV(B) | 306.59º | 0.83% | 0.85% | - |
| XYZ | 39.74 | 20.24 | 55.24 | - |
| YUV | 108.89 | 178.3 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 198 | 0 | 0.83 | 0.09 | 0.15 | 306.59 | 0.72 | 0.5 |
| Hex | DA | 24 | C6 | 0 | 53 | 9 | F | 133 | 48 | 32 |
| Octal | 332 | 44 | 306 | 0 | 123 | 11 | 17 | 463 | 110 | 62 |
| Binary | 11011010 | 100100 | 11000110 | 0 | 1010011 | 1001 | 1111 | 100110011 | 1001000 | 110010 |
Color Harmonies of #DA24C6
Complementary color
Monochromatic Colors of #DA24C6
Black with #DA24C6
Text Example
Text Example
White with #DA24C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24C6; }
p { color: rgb(218,36,198); }
H1.HeaderClassName
{
color: #DA24C6;
}
.AnyTagClassName
{
color: #DA24C6;
}
</style>
background-color css
<style>
a { background-color: #DA24C6; }
a { background-color: rgb(218,36,198); }
div.DivClassName
{
background-color: #DA24C6;
}
.BgClassName
{
background-color: #DA24C6;
}
</style>
border-color css
<style>
span { border-color: #DA24C6; }
span { border-color: rgb(218,36,198); }
td.TdClassName
{
border-color: #DA24C6;
}
.TagClassName
{
border-color: #DA24C6;
}
</style>