Shades of Spicy Pink #DD19AA
Tints of Spicy Pink #DD19AA
RGB
CMYK
RGB Variations
Color information
#DD19AA (or 0xDD19AA) is known color: Spicy Pink. HEX triplet: DD, 19 and AA. RGB value is (221,25,170). Sum of RGB (Red+Green+Blue) = 221+25+170=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD19AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD19AA is #22E655. Grayscale: #636363. Windows color (decimal): -2287190 or 11147741. OLE color: 11147741.
HSL color Cylindrical-coordinate representation of color #DD19AA: hue angle of 315.61º 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 #DD19AA is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 25 | 170 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.13 |
| HSL | 315.61º | 0.8% | 0.48% | - |
| HSV(B) | 315.61º | 0.89% | 0.87% | - |
| XYZ | 37.42 | 18.97 | 39.72 | - |
| YUV | 100.13 | 167.43 | 214.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 25 | 170 | 0 | 0.89 | 0.23 | 0.13 | 315.61 | 0.8 | 0.48 |
| Hex | DD | 19 | AA | 0 | 59 | 17 | D | 13C | 50 | 30 |
| Octal | 335 | 31 | 252 | 0 | 131 | 27 | 15 | 474 | 120 | 60 |
| Binary | 11011101 | 11001 | 10101010 | 0 | 1011001 | 10111 | 1101 | 100111100 | 1010000 | 110000 |
Color Harmonies of #DD19AA
Complementary color
Monochromatic Colors of #DD19AA
Black with #DD19AA
Text Example
Text Example
White with #DD19AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD19AA; }
p { color: rgb(221,25,170); }
H1.HeaderClassName
{
color: #DD19AA;
}
.AnyTagClassName
{
color: #DD19AA;
}
</style>
background-color css
<style>
a { background-color: #DD19AA; }
a { background-color: rgb(221,25,170); }
div.DivClassName
{
background-color: #DD19AA;
}
.BgClassName
{
background-color: #DD19AA;
}
</style>
border-color css
<style>
span { border-color: #DD19AA; }
span { border-color: rgb(221,25,170); }
td.TdClassName
{
border-color: #DD19AA;
}
.TagClassName
{
border-color: #DD19AA;
}
</style>