Shades of Deep Magenta #DA18C0
Tints of Deep Magenta #DA18C0
RGB
CMYK
RGB Variations
Color information
#DA18C0 (or 0xDA18C0) is known color: Deep Magenta. HEX triplet: DA, 18 and C0. RGB value is (218,24,192). Sum of RGB (Red+Green+Blue) = 218+24+192=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 24 (9.77% from 255 or 5.53% from 434); Blue value is 192 (75.39% from 255 or 44.24% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18C0 is #25E73F. Grayscale: #646464. Windows color (decimal): -2484032 or 12589274. OLE color: 12589274.
HSL color Cylindrical-coordinate representation of color #DA18C0: hue angle of 308.04º 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 #DA18C0 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 192 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.15 |
| HSL | 308.04º | 0.8% | 0.47% | - |
| HSV(B) | 308.04º | 0.89% | 0.85% | - |
| XYZ | 38.75 | 19.36 | 51.56 | - |
| YUV | 101.16 | 179.27 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 192 | 0 | 0.89 | 0.12 | 0.15 | 308.04 | 0.8 | 0.47 |
| Hex | DA | 18 | C0 | 0 | 59 | C | F | 134 | 50 | 2F |
| Octal | 332 | 30 | 300 | 0 | 131 | 14 | 17 | 464 | 120 | 57 |
| Binary | 11011010 | 11000 | 11000000 | 0 | 1011001 | 1100 | 1111 | 100110100 | 1010000 | 101111 |
Color Harmonies of #DA18C0
Complementary color
Monochromatic Colors of #DA18C0
Black with #DA18C0
Text Example
Text Example
White with #DA18C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18C0; }
p { color: rgb(218,24,192); }
H1.HeaderClassName
{
color: #DA18C0;
}
.AnyTagClassName
{
color: #DA18C0;
}
</style>
background-color css
<style>
a { background-color: #DA18C0; }
a { background-color: rgb(218,24,192); }
div.DivClassName
{
background-color: #DA18C0;
}
.BgClassName
{
background-color: #DA18C0;
}
</style>
border-color css
<style>
span { border-color: #DA18C0; }
span { border-color: rgb(218,24,192); }
td.TdClassName
{
border-color: #DA18C0;
}
.TagClassName
{
border-color: #DA18C0;
}
</style>