Shades of Deep Magenta #DD18DA
Tints of Deep Magenta #DD18DA
RGB
CMYK
RGB Variations
Color information
#DD18DA (or 0xDD18DA) is known color: Deep Magenta. HEX triplet: DD, 18 and DA. RGB value is (221,24,218). Sum of RGB (Red+Green+Blue) = 221+24+218=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 24 (9.77% from 255 or 5.18% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18DA is #22E725. Grayscale: #686868. Windows color (decimal): -2287398 or 14293213. OLE color: 14293213.
HSL color Cylindrical-coordinate representation of color #DD18DA: hue angle of 300.91º 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 #DD18DA is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 218 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.13 |
| HSL | 300.91º | 0.8% | 0.48% | - |
| HSV(B) | 300.91º | 0.89% | 0.87% | - |
| XYZ | 42.8 | 21.09 | 68.14 | - |
| YUV | 105.02 | 191.77 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 218 | 0 | 0.89 | 0.01 | 0.13 | 300.91 | 0.8 | 0.48 |
| Hex | DD | 18 | DA | 0 | 59 | 1 | D | 12D | 50 | 30 |
| Octal | 335 | 30 | 332 | 0 | 131 | 1 | 15 | 455 | 120 | 60 |
| Binary | 11011101 | 11000 | 11011010 | 0 | 1011001 | 1 | 1101 | 100101101 | 1010000 | 110000 |
Color Harmonies of #DD18DA
Complementary color
Monochromatic Colors of #DD18DA
Black with #DD18DA
Text Example
Text Example
White with #DD18DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18DA; }
p { color: rgb(221,24,218); }
H1.HeaderClassName
{
color: #DD18DA;
}
.AnyTagClassName
{
color: #DD18DA;
}
</style>
background-color css
<style>
a { background-color: #DD18DA; }
a { background-color: rgb(221,24,218); }
div.DivClassName
{
background-color: #DD18DA;
}
.BgClassName
{
background-color: #DD18DA;
}
</style>
border-color css
<style>
span { border-color: #DD18DA; }
span { border-color: rgb(221,24,218); }
td.TdClassName
{
border-color: #DD18DA;
}
.TagClassName
{
border-color: #DD18DA;
}
</style>