Shades of Spicy Pink #DE18AB
Tints of Spicy Pink #DE18AB
RGB
CMYK
RGB Variations
Color information
#DE18AB (or 0xDE18AB) is known color: Spicy Pink. HEX triplet: DE, 18 and AB. RGB value is (222,24,171). Sum of RGB (Red+Green+Blue) = 222+24+171=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 24 (9.77% from 255 or 5.76% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE18AB is #21E754. Grayscale: #636363. Windows color (decimal): -2221909 or 11213022. OLE color: 11213022.
HSL color Cylindrical-coordinate representation of color #DE18AB: hue angle of 315.45º 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 #DE18AB is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 171 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.13 |
| HSL | 315.45º | 0.8% | 0.48% | - |
| HSV(B) | 315.45º | 0.89% | 0.87% | - |
| XYZ | 37.8 | 19.12 | 40.23 | - |
| YUV | 99.96 | 168.1 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 171 | 0 | 0.89 | 0.23 | 0.13 | 315.45 | 0.8 | 0.48 |
| Hex | DE | 18 | AB | 0 | 59 | 17 | D | 13B | 50 | 30 |
| Octal | 336 | 30 | 253 | 0 | 131 | 27 | 15 | 473 | 120 | 60 |
| Binary | 11011110 | 11000 | 10101011 | 0 | 1011001 | 10111 | 1101 | 100111011 | 1010000 | 110000 |
Color Harmonies of #DE18AB
Complementary color
Monochromatic Colors of #DE18AB
Black with #DE18AB
Text Example
Text Example
White with #DE18AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE18AB; }
p { color: rgb(222,24,171); }
H1.HeaderClassName
{
color: #DE18AB;
}
.AnyTagClassName
{
color: #DE18AB;
}
</style>
background-color css
<style>
a { background-color: #DE18AB; }
a { background-color: rgb(222,24,171); }
div.DivClassName
{
background-color: #DE18AB;
}
.BgClassName
{
background-color: #DE18AB;
}
</style>
border-color css
<style>
span { border-color: #DE18AB; }
span { border-color: rgb(222,24,171); }
td.TdClassName
{
border-color: #DE18AB;
}
.TagClassName
{
border-color: #DE18AB;
}
</style>