Shades of Deep Magenta #DD18C7
Tints of Deep Magenta #DD18C7
RGB
CMYK
RGB Variations
Color information
#DD18C7 (or 0xDD18C7) is known color: Deep Magenta. HEX triplet: DD, 18 and C7. RGB value is (221,24,199). Sum of RGB (Red+Green+Blue) = 221+24+199=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 199 (78.12% from 255 or 44.82% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18C7 is #22E738. Grayscale: #666666. Windows color (decimal): -2287417 or 13048029. OLE color: 13048029.
HSL color Cylindrical-coordinate representation of color #DD18C7: hue angle of 306.7º 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 #DD18C7 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 199 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.13 |
| HSL | 306.7º | 0.8% | 0.48% | - |
| HSV(B) | 306.7º | 0.89% | 0.87% | - |
| XYZ | 40.45 | 20.15 | 55.79 | - |
| YUV | 102.85 | 182.27 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 199 | 0 | 0.89 | 0.10 | 0.13 | 306.7 | 0.8 | 0.48 |
| Hex | DD | 18 | C7 | 0 | 59 | A | D | 133 | 50 | 30 |
| Octal | 335 | 30 | 307 | 0 | 131 | 12 | 15 | 463 | 120 | 60 |
| Binary | 11011101 | 11000 | 11000111 | 0 | 1011001 | 1010 | 1101 | 100110011 | 1010000 | 110000 |
Color Harmonies of #DD18C7
Complementary color
Monochromatic Colors of #DD18C7
Black with #DD18C7
Text Example
Text Example
White with #DD18C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18C7; }
p { color: rgb(221,24,199); }
H1.HeaderClassName
{
color: #DD18C7;
}
.AnyTagClassName
{
color: #DD18C7;
}
</style>
background-color css
<style>
a { background-color: #DD18C7; }
a { background-color: rgb(221,24,199); }
div.DivClassName
{
background-color: #DD18C7;
}
.BgClassName
{
background-color: #DD18C7;
}
</style>
border-color css
<style>
span { border-color: #DD18C7; }
span { border-color: rgb(221,24,199); }
td.TdClassName
{
border-color: #DD18C7;
}
.TagClassName
{
border-color: #DD18C7;
}
</style>