Shades of Spicy Pink #DE16AF
Tints of Spicy Pink #DE16AF
RGB
CMYK
RGB Variations
Color information
#DE16AF (or 0xDE16AF) is known color: Spicy Pink. HEX triplet: DE, 16 and AF. RGB value is (222,22,175). Sum of RGB (Red+Green+Blue) = 222+22+175=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DE16AF is #21E950. Grayscale: #626262. Windows color (decimal): -2222417 or 11474654. OLE color: 11474654.
HSL color Cylindrical-coordinate representation of color #DE16AF: hue angle of 314.1º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE16AF is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 22 | 175 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.13 |
| HSL | 314.1º | 0.82% | 0.48% | - |
| HSV(B) | 314.1º | 0.9% | 0.87% | - |
| XYZ | 38.15 | 19.2 | 42.25 | - |
| YUV | 99.24 | 170.76 | 215.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 22 | 175 | 0 | 0.90 | 0.21 | 0.13 | 314.1 | 0.82 | 0.48 |
| Hex | DE | 16 | AF | 0 | 5A | 15 | D | 13A | 52 | 30 |
| Octal | 336 | 26 | 257 | 0 | 132 | 25 | 15 | 472 | 122 | 60 |
| Binary | 11011110 | 10110 | 10101111 | 0 | 1011010 | 10101 | 1101 | 100111010 | 1010010 | 110000 |
Color Harmonies of #DE16AF
Complementary color
Monochromatic Colors of #DE16AF
Black with #DE16AF
Text Example
Text Example
White with #DE16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE16AF; }
p { color: rgb(222,22,175); }
H1.HeaderClassName
{
color: #DE16AF;
}
.AnyTagClassName
{
color: #DE16AF;
}
</style>
background-color css
<style>
a { background-color: #DE16AF; }
a { background-color: rgb(222,22,175); }
div.DivClassName
{
background-color: #DE16AF;
}
.BgClassName
{
background-color: #DE16AF;
}
</style>
border-color css
<style>
span { border-color: #DE16AF; }
span { border-color: rgb(222,22,175); }
td.TdClassName
{
border-color: #DE16AF;
}
.TagClassName
{
border-color: #DE16AF;
}
</style>