Shades of Deep Magenta #DA18C9
Tints of Deep Magenta #DA18C9
RGB
CMYK
RGB Variations
Color information
#DA18C9 (or 0xDA18C9) is known color: Deep Magenta. HEX triplet: DA, 18 and C9. RGB value is (218,24,201). Sum of RGB (Red+Green+Blue) = 218+24+201=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 24 (9.77% from 255 or 5.42% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA18C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA18C9 is #25E736. Grayscale: #656565. Windows color (decimal): -2484023 or 13179098. OLE color: 13179098.
HSL color Cylindrical-coordinate representation of color #DA18C9: hue angle of 305.26º 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 #DA18C9 is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 24 | 201 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.15 |
| HSL | 305.26º | 0.8% | 0.47% | - |
| HSV(B) | 305.26º | 0.89% | 0.85% | - |
| XYZ | 39.78 | 19.78 | 56.98 | - |
| YUV | 102.18 | 183.77 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 24 | 201 | 0 | 0.89 | 0.08 | 0.15 | 305.26 | 0.8 | 0.47 |
| Hex | DA | 18 | C9 | 0 | 59 | 8 | F | 131 | 50 | 2F |
| Octal | 332 | 30 | 311 | 0 | 131 | 10 | 17 | 461 | 120 | 57 |
| Binary | 11011010 | 11000 | 11001001 | 0 | 1011001 | 1000 | 1111 | 100110001 | 1010000 | 101111 |
Color Harmonies of #DA18C9
Complementary color
Monochromatic Colors of #DA18C9
Black with #DA18C9
Text Example
Text Example
White with #DA18C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA18C9; }
p { color: rgb(218,24,201); }
H1.HeaderClassName
{
color: #DA18C9;
}
.AnyTagClassName
{
color: #DA18C9;
}
</style>
background-color css
<style>
a { background-color: #DA18C9; }
a { background-color: rgb(218,24,201); }
div.DivClassName
{
background-color: #DA18C9;
}
.BgClassName
{
background-color: #DA18C9;
}
</style>
border-color css
<style>
span { border-color: #DA18C9; }
span { border-color: rgb(218,24,201); }
td.TdClassName
{
border-color: #DA18C9;
}
.TagClassName
{
border-color: #DA18C9;
}
</style>