Shades of Deep Magenta #DA24D3
Tints of Deep Magenta #DA24D3
RGB
CMYK
RGB Variations
Color information
#DA24D3 (or 0xDA24D3) is known color: Deep Magenta. HEX triplet: DA, 24 and D3. RGB value is (218,36,211). Sum of RGB (Red+Green+Blue) = 218+36+211=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 36 (14.45% from 255 or 7.74% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24D3 is #25DB2C. Grayscale: #6D6D6D. Windows color (decimal): -2480941 or 13837530. OLE color: 13837530.
HSL color Cylindrical-coordinate representation of color #DA24D3: hue angle of 302.31º 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 #DA24D3 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 211 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.15 |
| HSL | 302.31º | 0.72% | 0.5% | - |
| HSV(B) | 302.31º | 0.83% | 0.85% | - |
| XYZ | 41.3 | 20.87 | 63.48 | - |
| YUV | 110.37 | 184.8 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 211 | 0 | 0.83 | 0.03 | 0.15 | 302.31 | 0.72 | 0.5 |
| Hex | DA | 24 | D3 | 0 | 53 | 3 | F | 12E | 48 | 32 |
| Octal | 332 | 44 | 323 | 0 | 123 | 3 | 17 | 456 | 110 | 62 |
| Binary | 11011010 | 100100 | 11010011 | 0 | 1010011 | 11 | 1111 | 100101110 | 1001000 | 110010 |
Color Harmonies of #DA24D3
Complementary color
Monochromatic Colors of #DA24D3
Black with #DA24D3
Text Example
Text Example
White with #DA24D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24D3; }
p { color: rgb(218,36,211); }
H1.HeaderClassName
{
color: #DA24D3;
}
.AnyTagClassName
{
color: #DA24D3;
}
</style>
background-color css
<style>
a { background-color: #DA24D3; }
a { background-color: rgb(218,36,211); }
div.DivClassName
{
background-color: #DA24D3;
}
.BgClassName
{
background-color: #DA24D3;
}
</style>
border-color css
<style>
span { border-color: #DA24D3; }
span { border-color: rgb(218,36,211); }
td.TdClassName
{
border-color: #DA24D3;
}
.TagClassName
{
border-color: #DA24D3;
}
</style>