Shades of Spicy Pink #DE19AB
Tints of Spicy Pink #DE19AB
RGB
CMYK
RGB Variations
Color information
#DE19AB (or 0xDE19AB) is known color: Spicy Pink. HEX triplet: DE, 19 and AB. RGB value is (222,25,171). Sum of RGB (Red+Green+Blue) = 222+25+171=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 25 (10.16% from 255 or 5.98% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE19AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE19AB is #21E654. Grayscale: #646464. Windows color (decimal): -2221653 or 11213278. OLE color: 11213278.
HSL color Cylindrical-coordinate representation of color #DE19AB: hue angle of 315.53º 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 #DE19AB is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 25 | 171 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.13 |
| HSL | 315.53º | 0.8% | 0.48% | - |
| HSV(B) | 315.53º | 0.89% | 0.87% | - |
| XYZ | 37.82 | 19.17 | 40.23 | - |
| YUV | 100.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 25 | 171 | 0 | 0.89 | 0.23 | 0.13 | 315.53 | 0.8 | 0.48 |
| Hex | DE | 19 | AB | 0 | 59 | 17 | D | 13C | 50 | 30 |
| Octal | 336 | 31 | 253 | 0 | 131 | 27 | 15 | 474 | 120 | 60 |
| Binary | 11011110 | 11001 | 10101011 | 0 | 1011001 | 10111 | 1101 | 100111100 | 1010000 | 110000 |
Color Harmonies of #DE19AB
Complementary color
Monochromatic Colors of #DE19AB
Black with #DE19AB
Text Example
Text Example
White with #DE19AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE19AB; }
p { color: rgb(222,25,171); }
H1.HeaderClassName
{
color: #DE19AB;
}
.AnyTagClassName
{
color: #DE19AB;
}
</style>
background-color css
<style>
a { background-color: #DE19AB; }
a { background-color: rgb(222,25,171); }
div.DivClassName
{
background-color: #DE19AB;
}
.BgClassName
{
background-color: #DE19AB;
}
</style>
border-color css
<style>
span { border-color: #DE19AB; }
span { border-color: rgb(222,25,171); }
td.TdClassName
{
border-color: #DE19AB;
}
.TagClassName
{
border-color: #DE19AB;
}
</style>