Shades of Deep Magenta #DA24CC
Tints of Deep Magenta #DA24CC
RGB
CMYK
RGB Variations
Color information
#DA24CC (or 0xDA24CC) is known color: Deep Magenta. HEX triplet: DA, 24 and CC. RGB value is (218,36,204). Sum of RGB (Red+Green+Blue) = 218+36+204=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 36 (14.45% from 255 or 7.86% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA24CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA24CC is #25DB33. Grayscale: #6D6D6D. Windows color (decimal): -2480948 or 13378778. OLE color: 13378778.
HSL color Cylindrical-coordinate representation of color #DA24CC: hue angle of 304.62º 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 #DA24CC is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 204 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.15 |
| HSL | 304.62º | 0.72% | 0.5% | - |
| HSV(B) | 304.62º | 0.83% | 0.85% | - |
| XYZ | 40.44 | 20.53 | 58.96 | - |
| YUV | 109.57 | 181.3 | 205.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 204 | 0 | 0.83 | 0.06 | 0.15 | 304.62 | 0.72 | 0.5 |
| Hex | DA | 24 | CC | 0 | 53 | 6 | F | 131 | 48 | 32 |
| Octal | 332 | 44 | 314 | 0 | 123 | 6 | 17 | 461 | 110 | 62 |
| Binary | 11011010 | 100100 | 11001100 | 0 | 1010011 | 110 | 1111 | 100110001 | 1001000 | 110010 |
Color Harmonies of #DA24CC
Complementary color
Monochromatic Colors of #DA24CC
Black with #DA24CC
Text Example
Text Example
White with #DA24CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA24CC; }
p { color: rgb(218,36,204); }
H1.HeaderClassName
{
color: #DA24CC;
}
.AnyTagClassName
{
color: #DA24CC;
}
</style>
background-color css
<style>
a { background-color: #DA24CC; }
a { background-color: rgb(218,36,204); }
div.DivClassName
{
background-color: #DA24CC;
}
.BgClassName
{
background-color: #DA24CC;
}
</style>
border-color css
<style>
span { border-color: #DA24CC; }
span { border-color: rgb(218,36,204); }
td.TdClassName
{
border-color: #DA24CC;
}
.TagClassName
{
border-color: #DA24CC;
}
</style>