Shades of Deep Magenta #DD18CA
Tints of Deep Magenta #DD18CA
RGB
CMYK
RGB Variations
Color information
#DD18CA (or 0xDD18CA) is known color: Deep Magenta. HEX triplet: DD, 18 and CA. RGB value is (221,24,202). Sum of RGB (Red+Green+Blue) = 221+24+202=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 24 (9.77% from 255 or 5.37% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD18CA is #22E735. Grayscale: #666666. Windows color (decimal): -2287414 or 13244637. OLE color: 13244637.
HSL color Cylindrical-coordinate representation of color #DD18CA: hue angle of 305.79º 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 #DD18CA is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 202 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.13 |
| HSL | 305.79º | 0.8% | 0.48% | - |
| HSV(B) | 305.79º | 0.89% | 0.87% | - |
| XYZ | 40.81 | 20.29 | 57.64 | - |
| YUV | 103.2 | 183.77 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 202 | 0 | 0.89 | 0.09 | 0.13 | 305.79 | 0.8 | 0.48 |
| Hex | DD | 18 | CA | 0 | 59 | 9 | D | 132 | 50 | 30 |
| Octal | 335 | 30 | 312 | 0 | 131 | 11 | 15 | 462 | 120 | 60 |
| Binary | 11011101 | 11000 | 11001010 | 0 | 1011001 | 1001 | 1101 | 100110010 | 1010000 | 110000 |
Color Harmonies of #DD18CA
Complementary color
Monochromatic Colors of #DD18CA
Black with #DD18CA
Text Example
Text Example
White with #DD18CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18CA; }
p { color: rgb(221,24,202); }
H1.HeaderClassName
{
color: #DD18CA;
}
.AnyTagClassName
{
color: #DD18CA;
}
</style>
background-color css
<style>
a { background-color: #DD18CA; }
a { background-color: rgb(221,24,202); }
div.DivClassName
{
background-color: #DD18CA;
}
.BgClassName
{
background-color: #DD18CA;
}
</style>
border-color css
<style>
span { border-color: #DD18CA; }
span { border-color: rgb(221,24,202); }
td.TdClassName
{
border-color: #DD18CA;
}
.TagClassName
{
border-color: #DD18CA;
}
</style>