Shades of Deep Magenta #DA18C5
Tints of Deep Magenta #DA18C5
RGB
CMYK
RGB Variations
Color information
#DA18C5 (or 0xDA18C5) is known color: Deep Magenta. HEX triplet: DA, 18 and C5. RGB value is (218,24,197). Sum of RGB (Red+Green+Blue) = 218+24+197=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 24 (9.77% from 255 or 5.47% from 439); Blue value is 197 (77.34% from 255 or 44.87% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18C5 is #25E73A. Grayscale: #656565. Windows color (decimal): -2484027 or 12916954. OLE color: 12916954.
HSL color Cylindrical-coordinate representation of color #DA18C5: hue angle of 306.49º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA18C5 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 197 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.15 |
| HSL | 306.49º | 0.8% | 0.47% | - |
| HSV(B) | 306.49º | 0.89% | 0.85% | - |
| XYZ | 39.32 | 19.59 | 54.53 | - |
| YUV | 101.73 | 181.77 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 197 | 0 | 0.89 | 0.10 | 0.15 | 306.49 | 0.8 | 0.47 |
| Hex | DA | 18 | C5 | 0 | 59 | A | F | 132 | 50 | 2F |
| Octal | 332 | 30 | 305 | 0 | 131 | 12 | 17 | 462 | 120 | 57 |
| Binary | 11011010 | 11000 | 11000101 | 0 | 1011001 | 1010 | 1111 | 100110010 | 1010000 | 101111 |
Color Harmonies of #DA18C5
Complementary color
Monochromatic Colors of #DA18C5
Black with #DA18C5
Text Example
Text Example
White with #DA18C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18C5; }
p { color: rgb(218,24,197); }
H1.HeaderClassName
{
color: #DA18C5;
}
.AnyTagClassName
{
color: #DA18C5;
}
</style>
background-color css
<style>
a { background-color: #DA18C5; }
a { background-color: rgb(218,24,197); }
div.DivClassName
{
background-color: #DA18C5;
}
.BgClassName
{
background-color: #DA18C5;
}
</style>
border-color css
<style>
span { border-color: #DA18C5; }
span { border-color: rgb(218,24,197); }
td.TdClassName
{
border-color: #DA18C5;
}
.TagClassName
{
border-color: #DA18C5;
}
</style>