Shades of Deep Magenta #DD18D0
Tints of Deep Magenta #DD18D0
RGB
CMYK
RGB Variations
Color information
#DD18D0 (or 0xDD18D0) is known color: Deep Magenta. HEX triplet: DD, 18 and D0. RGB value is (221,24,208). Sum of RGB (Red+Green+Blue) = 221+24+208=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 24 (9.77% from 255 or 5.30% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18D0 is #22E72F. Grayscale: #676767. Windows color (decimal): -2287408 or 13637853. OLE color: 13637853.
HSL color Cylindrical-coordinate representation of color #DD18D0: hue angle of 303.96º 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 #DD18D0 is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 208 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.13 |
| HSL | 303.96º | 0.8% | 0.48% | - |
| HSV(B) | 303.96º | 0.89% | 0.87% | - |
| XYZ | 41.53 | 20.58 | 61.46 | - |
| YUV | 103.88 | 186.77 | 211.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 208 | 0 | 0.89 | 0.06 | 0.13 | 303.96 | 0.8 | 0.48 |
| Hex | DD | 18 | D0 | 0 | 59 | 6 | D | 130 | 50 | 30 |
| Octal | 335 | 30 | 320 | 0 | 131 | 6 | 15 | 460 | 120 | 60 |
| Binary | 11011101 | 11000 | 11010000 | 0 | 1011001 | 110 | 1101 | 100110000 | 1010000 | 110000 |
Color Harmonies of #DD18D0
Complementary color
Monochromatic Colors of #DD18D0
Black with #DD18D0
Text Example
Text Example
White with #DD18D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18D0; }
p { color: rgb(221,24,208); }
H1.HeaderClassName
{
color: #DD18D0;
}
.AnyTagClassName
{
color: #DD18D0;
}
</style>
background-color css
<style>
a { background-color: #DD18D0; }
a { background-color: rgb(221,24,208); }
div.DivClassName
{
background-color: #DD18D0;
}
.BgClassName
{
background-color: #DD18D0;
}
</style>
border-color css
<style>
span { border-color: #DD18D0; }
span { border-color: rgb(221,24,208); }
td.TdClassName
{
border-color: #DD18D0;
}
.TagClassName
{
border-color: #DD18D0;
}
</style>