Shades of Deep Magenta #DA18DD
Tints of Deep Magenta #DA18DD
RGB
CMYK
RGB Variations
Color information
#DA18DD (or 0xDA18DD) is known color: Deep Magenta. HEX triplet: DA, 18 and DD. RGB value is (218,24,221). Sum of RGB (Red+Green+Blue) = 218+24+221=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA18DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18DD is #25E722. Grayscale: #676767. Windows color (decimal): -2484003 or 14489818. OLE color: 14489818.
HSL color Cylindrical-coordinate representation of color #DA18DD: hue angle of 299.09º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA18DD is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 24 | 221 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.13 |
| HSL | 299.09º | 0.8% | 0.48% | - |
| HSV(B) | 299.09º | 0.89% | 0.87% | - |
| XYZ | 42.29 | 20.78 | 70.19 | - |
| YUV | 104.46 | 193.77 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 221 | 0.01 | 0.89 | 0 | 0.13 | 299.09 | 0.8 | 0.48 |
| Hex | DA | 18 | DD | 1 | 59 | 0 | D | 12B | 50 | 30 |
| Octal | 332 | 30 | 335 | 1 | 131 | 0 | 15 | 453 | 120 | 60 |
| Binary | 11011010 | 11000 | 11011101 | 1 | 1011001 | 0 | 1101 | 100101011 | 1010000 | 110000 |
Color Harmonies of #DA18DD
Complementary color
Monochromatic Colors of #DA18DD
Black with #DA18DD
Text Example
Text Example
White with #DA18DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18DD; }
p { color: rgb(218,24,221); }
H1.HeaderClassName
{
color: #DA18DD;
}
.AnyTagClassName
{
color: #DA18DD;
}
</style>
background-color css
<style>
a { background-color: #DA18DD; }
a { background-color: rgb(218,24,221); }
div.DivClassName
{
background-color: #DA18DD;
}
.BgClassName
{
background-color: #DA18DD;
}
</style>
border-color css
<style>
span { border-color: #DA18DD; }
span { border-color: rgb(218,24,221); }
td.TdClassName
{
border-color: #DA18DD;
}
.TagClassName
{
border-color: #DA18DD;
}
</style>