Shades of Deep Magenta #DC18D9
Tints of Deep Magenta #DC18D9
RGB
CMYK
RGB Variations
Color information
#DC18D9 (or 0xDC18D9) is known color: Deep Magenta. HEX triplet: DC, 18 and D9. RGB value is (220,24,217). Sum of RGB (Red+Green+Blue) = 220+24+217=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 24 (9.77% from 255 or 5.21% from 461); Blue value is 217 (85.16% from 255 or 47.07% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC18D9 is #23E726. Grayscale: #686868. Windows color (decimal): -2352935 or 14227676. OLE color: 14227676.
HSL color Cylindrical-coordinate representation of color #DC18D9: hue angle of 300.92º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18D9 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 217 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.14 |
| HSL | 300.92º | 0.8% | 0.48% | - |
| HSV(B) | 300.92º | 0.89% | 0.86% | - |
| XYZ | 42.37 | 20.88 | 67.44 | - |
| YUV | 104.61 | 191.43 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 217 | 0 | 0.89 | 0.01 | 0.14 | 300.92 | 0.8 | 0.48 |
| Hex | DC | 18 | D9 | 0 | 59 | 1 | E | 12D | 50 | 30 |
| Octal | 334 | 30 | 331 | 0 | 131 | 1 | 16 | 455 | 120 | 60 |
| Binary | 11011100 | 11000 | 11011001 | 0 | 1011001 | 1 | 1110 | 100101101 | 1010000 | 110000 |
Color Harmonies of #DC18D9
Complementary color
Monochromatic Colors of #DC18D9
Black with #DC18D9
Text Example
Text Example
White with #DC18D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC18D9; }
p { color: rgb(220,24,217); }
H1.HeaderClassName
{
color: #DC18D9;
}
.AnyTagClassName
{
color: #DC18D9;
}
</style>
background-color css
<style>
a { background-color: #DC18D9; }
a { background-color: rgb(220,24,217); }
div.DivClassName
{
background-color: #DC18D9;
}
.BgClassName
{
background-color: #DC18D9;
}
</style>
border-color css
<style>
span { border-color: #DC18D9; }
span { border-color: rgb(220,24,217); }
td.TdClassName
{
border-color: #DC18D9;
}
.TagClassName
{
border-color: #DC18D9;
}
</style>