Shades of Spicy Pink #DF16AF
Tints of Spicy Pink #DF16AF
RGB
CMYK
RGB Variations
Color information
#DF16AF (or 0xDF16AF) is known color: Spicy Pink. HEX triplet: DF, 16 and AF. RGB value is (223,22,175). Sum of RGB (Red+Green+Blue) = 223+22+175=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF16AF is #20E950. Grayscale: #636363. Windows color (decimal): -2156881 or 11474655. OLE color: 11474655.
HSL color Cylindrical-coordinate representation of color #DF16AF: hue angle of 314.33º 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 #DF16AF is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 175 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.13 |
| HSL | 314.33º | 0.82% | 0.48% | - |
| HSV(B) | 314.33º | 0.9% | 0.87% | - |
| XYZ | 38.46 | 19.36 | 42.27 | - |
| YUV | 99.54 | 170.59 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 175 | 0 | 0.90 | 0.22 | 0.13 | 314.33 | 0.82 | 0.48 |
| Hex | DF | 16 | AF | 0 | 5A | 16 | D | 13A | 52 | 30 |
| Octal | 337 | 26 | 257 | 0 | 132 | 26 | 15 | 472 | 122 | 60 |
| Binary | 11011111 | 10110 | 10101111 | 0 | 1011010 | 10110 | 1101 | 100111010 | 1010010 | 110000 |
Color Harmonies of #DF16AF
Complementary color
Monochromatic Colors of #DF16AF
Black with #DF16AF
Text Example
Text Example
White with #DF16AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16AF; }
p { color: rgb(223,22,175); }
H1.HeaderClassName
{
color: #DF16AF;
}
.AnyTagClassName
{
color: #DF16AF;
}
</style>
background-color css
<style>
a { background-color: #DF16AF; }
a { background-color: rgb(223,22,175); }
div.DivClassName
{
background-color: #DF16AF;
}
.BgClassName
{
background-color: #DF16AF;
}
</style>
border-color css
<style>
span { border-color: #DF16AF; }
span { border-color: rgb(223,22,175); }
td.TdClassName
{
border-color: #DF16AF;
}
.TagClassName
{
border-color: #DF16AF;
}
</style>