Shades of Spicy Pink #DF19A7
Tints of Spicy Pink #DF19A7
RGB
CMYK
RGB Variations
Color information
#DF19A7 (or 0xDF19A7) is known color: Spicy Pink. HEX triplet: DF, 19 and A7. RGB value is (223,25,167). Sum of RGB (Red+Green+Blue) = 223+25+167=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF19A7 is #20E658. Grayscale: #646464. Windows color (decimal): -2156121 or 10951135. OLE color: 10951135.
HSL color Cylindrical-coordinate representation of color #DF19A7: hue angle of 316.97º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DF19A7 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 167 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.13 |
| HSL | 316.97º | 0.8% | 0.49% | - |
| HSV(B) | 316.97º | 0.89% | 0.87% | - |
| XYZ | 37.75 | 19.17 | 38.27 | - |
| YUV | 100.39 | 165.6 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 167 | 0 | 0.89 | 0.25 | 0.13 | 316.97 | 0.8 | 0.49 |
| Hex | DF | 19 | A7 | 0 | 59 | 19 | D | 13D | 50 | 31 |
| Octal | 337 | 31 | 247 | 0 | 131 | 31 | 15 | 475 | 120 | 61 |
| Binary | 11011111 | 11001 | 10100111 | 0 | 1011001 | 11001 | 1101 | 100111101 | 1010000 | 110001 |
Color Harmonies of #DF19A7
Complementary color
Monochromatic Colors of #DF19A7
Black with #DF19A7
Text Example
Text Example
White with #DF19A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19A7; }
p { color: rgb(223,25,167); }
H1.HeaderClassName
{
color: #DF19A7;
}
.AnyTagClassName
{
color: #DF19A7;
}
</style>
background-color css
<style>
a { background-color: #DF19A7; }
a { background-color: rgb(223,25,167); }
div.DivClassName
{
background-color: #DF19A7;
}
.BgClassName
{
background-color: #DF19A7;
}
</style>
border-color css
<style>
span { border-color: #DF19A7; }
span { border-color: rgb(223,25,167); }
td.TdClassName
{
border-color: #DF19A7;
}
.TagClassName
{
border-color: #DF19A7;
}
</style>