Shades of Spicy Pink #DF1EAA
Tints of Spicy Pink #DF1EAA
RGB
CMYK
RGB Variations
Color information
#DF1EAA (or 0xDF1EAA) is known color: Spicy Pink. HEX triplet: DF, 1E and AA. RGB value is (223,30,170). Sum of RGB (Red+Green+Blue) = 223+30+170=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1EAA is #20E155. Grayscale: #676767. Windows color (decimal): -2154838 or 11149023. OLE color: 11149023.
HSL color Cylindrical-coordinate representation of color #DF1EAA: hue angle of 316.48º 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 #DF1EAA is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 30 | 170 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.13 |
| HSL | 316.48º | 0.76% | 0.5% | - |
| HSV(B) | 316.48º | 0.87% | 0.87% | - |
| XYZ | 38.15 | 19.52 | 39.79 | - |
| YUV | 103.67 | 165.44 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 30 | 170 | 0 | 0.87 | 0.24 | 0.13 | 316.48 | 0.76 | 0.5 |
| Hex | DF | 1E | AA | 0 | 57 | 18 | D | 13C | 4C | 32 |
| Octal | 337 | 36 | 252 | 0 | 127 | 30 | 15 | 474 | 114 | 62 |
| Binary | 11011111 | 11110 | 10101010 | 0 | 1010111 | 11000 | 1101 | 100111100 | 1001100 | 110010 |
Color Harmonies of #DF1EAA
Complementary color
Monochromatic Colors of #DF1EAA
Black with #DF1EAA
Text Example
Text Example
White with #DF1EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1EAA; }
p { color: rgb(223,30,170); }
H1.HeaderClassName
{
color: #DF1EAA;
}
.AnyTagClassName
{
color: #DF1EAA;
}
</style>
background-color css
<style>
a { background-color: #DF1EAA; }
a { background-color: rgb(223,30,170); }
div.DivClassName
{
background-color: #DF1EAA;
}
.BgClassName
{
background-color: #DF1EAA;
}
</style>
border-color css
<style>
span { border-color: #DF1EAA; }
span { border-color: rgb(223,30,170); }
td.TdClassName
{
border-color: #DF1EAA;
}
.TagClassName
{
border-color: #DF1EAA;
}
</style>