Shades of Deep Magenta #DD18C5
Tints of Deep Magenta #DD18C5
RGB
CMYK
RGB Variations
Color information
#DD18C5 (or 0xDD18C5) is known color: Deep Magenta. HEX triplet: DD, 18 and C5. RGB value is (221,24,197). Sum of RGB (Red+Green+Blue) = 221+24+197=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 24 (9.77% from 255 or 5.43% from 442); Blue value is 197 (77.34% from 255 or 44.57% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18C5 is #22E73A. Grayscale: #666666. Windows color (decimal): -2287419 or 12916957. OLE color: 12916957.
HSL color Cylindrical-coordinate representation of color #DD18C5: hue angle of 307.31º 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 #DD18C5 is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 197 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.13 |
| HSL | 307.31º | 0.8% | 0.48% | - |
| HSV(B) | 307.31º | 0.89% | 0.87% | - |
| XYZ | 40.22 | 20.06 | 54.57 | - |
| YUV | 102.63 | 181.27 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 197 | 0 | 0.89 | 0.11 | 0.13 | 307.31 | 0.8 | 0.48 |
| Hex | DD | 18 | C5 | 0 | 59 | B | D | 133 | 50 | 30 |
| Octal | 335 | 30 | 305 | 0 | 131 | 13 | 15 | 463 | 120 | 60 |
| Binary | 11011101 | 11000 | 11000101 | 0 | 1011001 | 1011 | 1101 | 100110011 | 1010000 | 110000 |
Color Harmonies of #DD18C5
Complementary color
Monochromatic Colors of #DD18C5
Black with #DD18C5
Text Example
Text Example
White with #DD18C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18C5; }
p { color: rgb(221,24,197); }
H1.HeaderClassName
{
color: #DD18C5;
}
.AnyTagClassName
{
color: #DD18C5;
}
</style>
background-color css
<style>
a { background-color: #DD18C5; }
a { background-color: rgb(221,24,197); }
div.DivClassName
{
background-color: #DD18C5;
}
.BgClassName
{
background-color: #DD18C5;
}
</style>
border-color css
<style>
span { border-color: #DD18C5; }
span { border-color: rgb(221,24,197); }
td.TdClassName
{
border-color: #DD18C5;
}
.TagClassName
{
border-color: #DD18C5;
}
</style>