Shades of Deep Magenta #DA24D1
Tints of Deep Magenta #DA24D1
RGB
CMYK
RGB Variations
Color information
#DA24D1 (or 0xDA24D1) is known color: Deep Magenta. HEX triplet: DA, 24 and D1. RGB value is (218,36,209). Sum of RGB (Red+Green+Blue) = 218+36+209=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24D1 is #25DB2E. Grayscale: #6D6D6D. Windows color (decimal): -2480943 or 13706458. OLE color: 13706458.
HSL color Cylindrical-coordinate representation of color #DA24D1: hue angle of 302.97º 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 #DA24D1 is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 209 | - |
| CMYK | 0 | 0.83 | 0.04 | 0.15 |
| HSL | 302.97º | 0.72% | 0.5% | - |
| HSV(B) | 302.97º | 0.83% | 0.85% | - |
| XYZ | 41.05 | 20.77 | 62.17 | - |
| YUV | 110.14 | 183.8 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 209 | 0 | 0.83 | 0.04 | 0.15 | 302.97 | 0.72 | 0.5 |
| Hex | DA | 24 | D1 | 0 | 53 | 4 | F | 12F | 48 | 32 |
| Octal | 332 | 44 | 321 | 0 | 123 | 4 | 17 | 457 | 110 | 62 |
| Binary | 11011010 | 100100 | 11010001 | 0 | 1010011 | 100 | 1111 | 100101111 | 1001000 | 110010 |
Color Harmonies of #DA24D1
Complementary color
Monochromatic Colors of #DA24D1
Black with #DA24D1
Text Example
Text Example
White with #DA24D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24D1; }
p { color: rgb(218,36,209); }
H1.HeaderClassName
{
color: #DA24D1;
}
.AnyTagClassName
{
color: #DA24D1;
}
</style>
background-color css
<style>
a { background-color: #DA24D1; }
a { background-color: rgb(218,36,209); }
div.DivClassName
{
background-color: #DA24D1;
}
.BgClassName
{
background-color: #DA24D1;
}
</style>
border-color css
<style>
span { border-color: #DA24D1; }
span { border-color: rgb(218,36,209); }
td.TdClassName
{
border-color: #DA24D1;
}
.TagClassName
{
border-color: #DA24D1;
}
</style>