Shades of Spicy Pink #DE18AF
Tints of Spicy Pink #DE18AF
RGB
CMYK
RGB Variations
Color information
#DE18AF (or 0xDE18AF) is known color: Spicy Pink. HEX triplet: DE, 18 and AF. RGB value is (222,24,175). Sum of RGB (Red+Green+Blue) = 222+24+175=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 24 (9.77% from 255 or 5.70% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE18AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE18AF is #21E750. Grayscale: #646464. Windows color (decimal): -2221905 or 11475166. OLE color: 11475166.
HSL color Cylindrical-coordinate representation of color #DE18AF: hue angle of 314.24º 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 #DE18AF is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 24 | 175 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.13 |
| HSL | 314.24º | 0.8% | 0.48% | - |
| HSV(B) | 314.24º | 0.89% | 0.87% | - |
| XYZ | 38.19 | 19.28 | 42.27 | - |
| YUV | 100.42 | 170.1 | 214.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 24 | 175 | 0 | 0.89 | 0.21 | 0.13 | 314.24 | 0.8 | 0.48 |
| Hex | DE | 18 | AF | 0 | 59 | 15 | D | 13A | 50 | 30 |
| Octal | 336 | 30 | 257 | 0 | 131 | 25 | 15 | 472 | 120 | 60 |
| Binary | 11011110 | 11000 | 10101111 | 0 | 1011001 | 10101 | 1101 | 100111010 | 1010000 | 110000 |
Color Harmonies of #DE18AF
Complementary color
Monochromatic Colors of #DE18AF
Black with #DE18AF
Text Example
Text Example
White with #DE18AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE18AF; }
p { color: rgb(222,24,175); }
H1.HeaderClassName
{
color: #DE18AF;
}
.AnyTagClassName
{
color: #DE18AF;
}
</style>
background-color css
<style>
a { background-color: #DE18AF; }
a { background-color: rgb(222,24,175); }
div.DivClassName
{
background-color: #DE18AF;
}
.BgClassName
{
background-color: #DE18AF;
}
</style>
border-color css
<style>
span { border-color: #DE18AF; }
span { border-color: rgb(222,24,175); }
td.TdClassName
{
border-color: #DE18AF;
}
.TagClassName
{
border-color: #DE18AF;
}
</style>