Shades of Spicy Pink #DF16AE
Tints of Spicy Pink #DF16AE
RGB
CMYK
RGB Variations
Color information
#DF16AE (or 0xDF16AE) is known color: Spicy Pink. HEX triplet: DF, 16 and AE. RGB value is (223,22,174). Sum of RGB (Red+Green+Blue) = 223+22+174=419 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.22% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 223 - color contains mainly: red. Hex color #DF16AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF16AE is #20E951. Grayscale: #636363. Windows color (decimal): -2156882 or 11409119. OLE color: 11409119.
HSL color Cylindrical-coordinate representation of color #DF16AE: hue angle of 314.63º 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 #DF16AE is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 22 | 174 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.13 |
| HSL | 314.63º | 0.82% | 0.48% | - |
| HSV(B) | 314.63º | 0.9% | 0.87% | - |
| XYZ | 38.36 | 19.32 | 41.75 | - |
| YUV | 99.43 | 170.09 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 22 | 174 | 0 | 0.90 | 0.22 | 0.13 | 314.63 | 0.82 | 0.48 |
| Hex | DF | 16 | AE | 0 | 5A | 16 | D | 13B | 52 | 30 |
| Octal | 337 | 26 | 256 | 0 | 132 | 26 | 15 | 473 | 122 | 60 |
| Binary | 11011111 | 10110 | 10101110 | 0 | 1011010 | 10110 | 1101 | 100111011 | 1010010 | 110000 |
Color Harmonies of #DF16AE
Complementary color
Monochromatic Colors of #DF16AE
Black with #DF16AE
Text Example
Text Example
White with #DF16AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF16AE; }
p { color: rgb(223,22,174); }
H1.HeaderClassName
{
color: #DF16AE;
}
.AnyTagClassName
{
color: #DF16AE;
}
</style>
background-color css
<style>
a { background-color: #DF16AE; }
a { background-color: rgb(223,22,174); }
div.DivClassName
{
background-color: #DF16AE;
}
.BgClassName
{
background-color: #DF16AE;
}
</style>
border-color css
<style>
span { border-color: #DF16AE; }
span { border-color: rgb(223,22,174); }
td.TdClassName
{
border-color: #DF16AE;
}
.TagClassName
{
border-color: #DF16AE;
}
</style>