Shades of Deep Magenta #DD18DC
Tints of Deep Magenta #DD18DC
RGB
CMYK
RGB Variations
Color information
#DD18DC (or 0xDD18DC) is known color: Deep Magenta. HEX triplet: DD, 18 and DC. RGB value is (221,24,220). Sum of RGB (Red+Green+Blue) = 221+24+220=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 24 (9.77% from 255 or 5.16% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18DC is #22E723. Grayscale: #686868. Windows color (decimal): -2287396 or 14424285. OLE color: 14424285.
HSL color Cylindrical-coordinate representation of color #DD18DC: hue angle of 300.3º 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 #DD18DC is Cyan = 0, Magento = 0.89, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 220 | - |
| CMYK | 0 | 0.89 | 0.00 | 0.13 |
| HSL | 300.3º | 0.8% | 0.48% | - |
| HSV(B) | 300.3º | 0.89% | 0.87% | - |
| XYZ | 43.06 | 21.19 | 69.53 | - |
| YUV | 105.25 | 192.77 | 210.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 220 | 0 | 0.89 | 0.00 | 0.13 | 300.3 | 0.8 | 0.48 |
| Hex | DD | 18 | DC | 0 | 59 | 0 | D | 12C | 50 | 30 |
| Octal | 335 | 30 | 334 | 0 | 131 | 0 | 15 | 454 | 120 | 60 |
| Binary | 11011101 | 11000 | 11011100 | 0 | 1011001 | 0 | 1101 | 100101100 | 1010000 | 110000 |
Color Harmonies of #DD18DC
Complementary color
Monochromatic Colors of #DD18DC
Black with #DD18DC
Text Example
Text Example
White with #DD18DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18DC; }
p { color: rgb(221,24,220); }
H1.HeaderClassName
{
color: #DD18DC;
}
.AnyTagClassName
{
color: #DD18DC;
}
</style>
background-color css
<style>
a { background-color: #DD18DC; }
a { background-color: rgb(221,24,220); }
div.DivClassName
{
background-color: #DD18DC;
}
.BgClassName
{
background-color: #DD18DC;
}
</style>
border-color css
<style>
span { border-color: #DD18DC; }
span { border-color: rgb(221,24,220); }
td.TdClassName
{
border-color: #DD18DC;
}
.TagClassName
{
border-color: #DD18DC;
}
</style>