Shades of Spicy Pink #DD1EA9
Tints of Spicy Pink #DD1EA9
RGB
CMYK
RGB Variations
Color information
#DD1EA9 (or 0xDD1EA9) is known color: Spicy Pink. HEX triplet: DD, 1E and A9. RGB value is (221,30,169). Sum of RGB (Red+Green+Blue) = 221+30+169=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1EA9 is #22E156. Grayscale: #666666. Windows color (decimal): -2285911 or 11083485. OLE color: 11083485.
HSL color Cylindrical-coordinate representation of color #DD1EA9: hue angle of 316.34º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD1EA9 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 30 | 169 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.13 |
| HSL | 316.34º | 0.76% | 0.49% | - |
| HSV(B) | 316.34º | 0.86% | 0.87% | - |
| XYZ | 37.44 | 19.17 | 39.26 | - |
| YUV | 102.96 | 165.28 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 30 | 169 | 0 | 0.86 | 0.24 | 0.13 | 316.34 | 0.76 | 0.49 |
| Hex | DD | 1E | A9 | 0 | 56 | 18 | D | 13C | 4C | 31 |
| Octal | 335 | 36 | 251 | 0 | 126 | 30 | 15 | 474 | 114 | 61 |
| Binary | 11011101 | 11110 | 10101001 | 0 | 1010110 | 11000 | 1101 | 100111100 | 1001100 | 110001 |
Color Harmonies of #DD1EA9
Complementary color
Monochromatic Colors of #DD1EA9
Black with #DD1EA9
Text Example
Text Example
White with #DD1EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1EA9; }
p { color: rgb(221,30,169); }
H1.HeaderClassName
{
color: #DD1EA9;
}
.AnyTagClassName
{
color: #DD1EA9;
}
</style>
background-color css
<style>
a { background-color: #DD1EA9; }
a { background-color: rgb(221,30,169); }
div.DivClassName
{
background-color: #DD1EA9;
}
.BgClassName
{
background-color: #DD1EA9;
}
</style>
border-color css
<style>
span { border-color: #DD1EA9; }
span { border-color: rgb(221,30,169); }
td.TdClassName
{
border-color: #DD1EA9;
}
.TagClassName
{
border-color: #DD1EA9;
}
</style>