Shades of Spicy Pink #DF1EAC
Tints of Spicy Pink #DF1EAC
RGB
CMYK
RGB Variations
Color information
#DF1EAC (or 0xDF1EAC) is known color: Spicy Pink. HEX triplet: DF, 1E and AC. RGB value is (223,30,172). Sum of RGB (Red+Green+Blue) = 223+30+172=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 30 (12.11% from 255 or 7.06% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1EAC is #20E153. Grayscale: #676767. Windows color (decimal): -2154836 or 11280095. OLE color: 11280095.
HSL color Cylindrical-coordinate representation of color #DF1EAC: hue angle of 315.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF1EAC is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 172 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.13 |
| HSL | 315.85º | 0.76% | 0.5% | - |
| HSV(B) | 315.85º | 0.87% | 0.87% | - |
| XYZ | 38.34 | 19.6 | 40.79 | - |
| YUV | 103.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 172 | 0 | 0.87 | 0.23 | 0.13 | 315.85 | 0.76 | 0.5 |
| Hex | DF | 1E | AC | 0 | 57 | 17 | D | 13C | 4C | 32 |
| Octal | 337 | 36 | 254 | 0 | 127 | 27 | 15 | 474 | 114 | 62 |
| Binary | 11011111 | 11110 | 10101100 | 0 | 1010111 | 10111 | 1101 | 100111100 | 1001100 | 110010 |
Color Harmonies of #DF1EAC
Complementary color
Monochromatic Colors of #DF1EAC
Black with #DF1EAC
Text Example
Text Example
White with #DF1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EAC; }
p { color: rgb(223,30,172); }
H1.HeaderClassName
{
color: #DF1EAC;
}
.AnyTagClassName
{
color: #DF1EAC;
}
</style>
background-color css
<style>
a { background-color: #DF1EAC; }
a { background-color: rgb(223,30,172); }
div.DivClassName
{
background-color: #DF1EAC;
}
.BgClassName
{
background-color: #DF1EAC;
}
</style>
border-color css
<style>
span { border-color: #DF1EAC; }
span { border-color: rgb(223,30,172); }
td.TdClassName
{
border-color: #DF1EAC;
}
.TagClassName
{
border-color: #DF1EAC;
}
</style>