Shades of Spicy Pink #DF1FAA
Tints of Spicy Pink #DF1FAA
RGB
CMYK
RGB Variations
Color information
#DF1FAA (or 0xDF1FAA) is known color: Spicy Pink. HEX triplet: DF, 1F and AA. RGB value is (223,31,170). Sum of RGB (Red+Green+Blue) = 223+31+170=424 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.59% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF1FAA is #20E055. Grayscale: #676767. Windows color (decimal): -2154582 or 11149279. OLE color: 11149279.
HSL color Cylindrical-coordinate representation of color #DF1FAA: hue angle of 316.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF1FAA is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 31 | 170 | - |
| CMYK | 0 | 0.86 | 0.24 | 0.13 |
| HSL | 316.56º | 0.76% | 0.5% | - |
| HSV(B) | 316.56º | 0.86% | 0.87% | - |
| XYZ | 38.18 | 19.57 | 39.8 | - |
| YUV | 104.25 | 165.11 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 31 | 170 | 0 | 0.86 | 0.24 | 0.13 | 316.56 | 0.76 | 0.5 |
| Hex | DF | 1F | AA | 0 | 56 | 18 | D | 13D | 4C | 32 |
| Octal | 337 | 37 | 252 | 0 | 126 | 30 | 15 | 475 | 114 | 62 |
| Binary | 11011111 | 11111 | 10101010 | 0 | 1010110 | 11000 | 1101 | 100111101 | 1001100 | 110010 |
Color Harmonies of #DF1FAA
Complementary color
Monochromatic Colors of #DF1FAA
Black with #DF1FAA
Text Example
Text Example
White with #DF1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1FAA; }
p { color: rgb(223,31,170); }
H1.HeaderClassName
{
color: #DF1FAA;
}
.AnyTagClassName
{
color: #DF1FAA;
}
</style>
background-color css
<style>
a { background-color: #DF1FAA; }
a { background-color: rgb(223,31,170); }
div.DivClassName
{
background-color: #DF1FAA;
}
.BgClassName
{
background-color: #DF1FAA;
}
</style>
border-color css
<style>
span { border-color: #DF1FAA; }
span { border-color: rgb(223,31,170); }
td.TdClassName
{
border-color: #DF1FAA;
}
.TagClassName
{
border-color: #DF1FAA;
}
</style>