Shades of Spicy Pink #DE1FAA
Tints of Spicy Pink #DE1FAA
RGB
CMYK
RGB Variations
Color information
#DE1FAA (or 0xDE1FAA) is known color: Spicy Pink. HEX triplet: DE, 1F and AA. RGB value is (222,31,170). Sum of RGB (Red+Green+Blue) = 222+31+170=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 31 (12.5% from 255 or 7.33% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1FAA is #21E055. Grayscale: #676767. Windows color (decimal): -2220118 or 11149278. OLE color: 11149278.
HSL color Cylindrical-coordinate representation of color #DE1FAA: hue angle of 316.34º degrees, saturation: 0.75, 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 #DE1FAA is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 31 | 170 | - |
| CMYK | 0 | 0.86 | 0.23 | 0.13 |
| HSL | 316.34º | 0.75% | 0.5% | - |
| HSV(B) | 316.34º | 0.86% | 0.87% | - |
| XYZ | 37.87 | 19.41 | 39.78 | - |
| YUV | 103.96 | 165.28 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 31 | 170 | 0 | 0.86 | 0.23 | 0.13 | 316.34 | 0.75 | 0.5 |
| Hex | DE | 1F | AA | 0 | 56 | 17 | D | 13C | 4B | 32 |
| Octal | 336 | 37 | 252 | 0 | 126 | 27 | 15 | 474 | 113 | 62 |
| Binary | 11011110 | 11111 | 10101010 | 0 | 1010110 | 10111 | 1101 | 100111100 | 1001011 | 110010 |
Color Harmonies of #DE1FAA
Complementary color
Monochromatic Colors of #DE1FAA
Black with #DE1FAA
Text Example
Text Example
White with #DE1FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1FAA; }
p { color: rgb(222,31,170); }
H1.HeaderClassName
{
color: #DE1FAA;
}
.AnyTagClassName
{
color: #DE1FAA;
}
</style>
background-color css
<style>
a { background-color: #DE1FAA; }
a { background-color: rgb(222,31,170); }
div.DivClassName
{
background-color: #DE1FAA;
}
.BgClassName
{
background-color: #DE1FAA;
}
</style>
border-color css
<style>
span { border-color: #DE1FAA; }
span { border-color: rgb(222,31,170); }
td.TdClassName
{
border-color: #DE1FAA;
}
.TagClassName
{
border-color: #DE1FAA;
}
</style>