Shades of Spicy Pink #DF19AC
Tints of Spicy Pink #DF19AC
RGB
CMYK
RGB Variations
Color information
#DF19AC (or 0xDF19AC) is known color: Spicy Pink. HEX triplet: DF, 19 and AC. RGB value is (223,25,172). Sum of RGB (Red+Green+Blue) = 223+25+172=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF19AC is #20E653. Grayscale: #646464. Windows color (decimal): -2156116 or 11278815. OLE color: 11278815.
HSL color Cylindrical-coordinate representation of color #DF19AC: hue angle of 315.45º 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 #DF19AC is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 25 | 172 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.13 |
| HSL | 315.45º | 0.8% | 0.49% | - |
| HSV(B) | 315.45º | 0.89% | 0.87% | - |
| XYZ | 38.23 | 19.36 | 40.75 | - |
| YUV | 100.96 | 168.1 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 25 | 172 | 0 | 0.89 | 0.23 | 0.13 | 315.45 | 0.8 | 0.49 |
| Hex | DF | 19 | AC | 0 | 59 | 17 | D | 13B | 50 | 31 |
| Octal | 337 | 31 | 254 | 0 | 131 | 27 | 15 | 473 | 120 | 61 |
| Binary | 11011111 | 11001 | 10101100 | 0 | 1011001 | 10111 | 1101 | 100111011 | 1010000 | 110001 |
Color Harmonies of #DF19AC
Complementary color
Monochromatic Colors of #DF19AC
Black with #DF19AC
Text Example
Text Example
White with #DF19AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF19AC; }
p { color: rgb(223,25,172); }
H1.HeaderClassName
{
color: #DF19AC;
}
.AnyTagClassName
{
color: #DF19AC;
}
</style>
background-color css
<style>
a { background-color: #DF19AC; }
a { background-color: rgb(223,25,172); }
div.DivClassName
{
background-color: #DF19AC;
}
.BgClassName
{
background-color: #DF19AC;
}
</style>
border-color css
<style>
span { border-color: #DF19AC; }
span { border-color: rgb(223,25,172); }
td.TdClassName
{
border-color: #DF19AC;
}
.TagClassName
{
border-color: #DF19AC;
}
</style>