Shades of Spicy Pink #DD18AD
Tints of Spicy Pink #DD18AD
RGB
CMYK
RGB Variations
Color information
#DD18AD (or 0xDD18AD) is known color: Spicy Pink. HEX triplet: DD, 18 and AD. RGB value is (221,24,173). Sum of RGB (Red+Green+Blue) = 221+24+173=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD18AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD18AD is #22E752. Grayscale: #636363. Windows color (decimal): -2287443 or 11344093. OLE color: 11344093.
HSL color Cylindrical-coordinate representation of color #DD18AD: hue angle of 314.62º 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 #DD18AD is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 24 | 173 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.13 |
| HSL | 314.62º | 0.8% | 0.48% | - |
| HSV(B) | 314.62º | 0.89% | 0.87% | - |
| XYZ | 37.69 | 19.04 | 41.22 | - |
| YUV | 99.89 | 169.27 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 24 | 173 | 0 | 0.89 | 0.22 | 0.13 | 314.62 | 0.8 | 0.48 |
| Hex | DD | 18 | AD | 0 | 59 | 16 | D | 13B | 50 | 30 |
| Octal | 335 | 30 | 255 | 0 | 131 | 26 | 15 | 473 | 120 | 60 |
| Binary | 11011101 | 11000 | 10101101 | 0 | 1011001 | 10110 | 1101 | 100111011 | 1010000 | 110000 |
Color Harmonies of #DD18AD
Complementary color
Monochromatic Colors of #DD18AD
Black with #DD18AD
Text Example
Text Example
White with #DD18AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD18AD; }
p { color: rgb(221,24,173); }
H1.HeaderClassName
{
color: #DD18AD;
}
.AnyTagClassName
{
color: #DD18AD;
}
</style>
background-color css
<style>
a { background-color: #DD18AD; }
a { background-color: rgb(221,24,173); }
div.DivClassName
{
background-color: #DD18AD;
}
.BgClassName
{
background-color: #DD18AD;
}
</style>
border-color css
<style>
span { border-color: #DD18AD; }
span { border-color: rgb(221,24,173); }
td.TdClassName
{
border-color: #DD18AD;
}
.TagClassName
{
border-color: #DD18AD;
}
</style>