Shades of Spicy Pink #DE1FA4
Tints of Spicy Pink #DE1FA4
RGB
CMYK
RGB Variations
Color information
#DE1FA4 (or 0xDE1FA4) is known color: Spicy Pink. HEX triplet: DE, 1F and A4. RGB value is (222,31,164). Sum of RGB (Red+Green+Blue) = 222+31+164=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 31 (12.5% from 255 or 7.43% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1FA4 is #21E05B. Grayscale: #666666. Windows color (decimal): -2220124 or 10756062. OLE color: 10756062.
HSL color Cylindrical-coordinate representation of color #DE1FA4: hue angle of 318.22º 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 #DE1FA4 is Cyan = 0, Magento = 0.86, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 31 | 164 | - |
| CMYK | 0 | 0.86 | 0.26 | 0.13 |
| HSL | 318.22º | 0.75% | 0.5% | - |
| HSV(B) | 318.22º | 0.86% | 0.87% | - |
| XYZ | 37.32 | 19.19 | 36.86 | - |
| YUV | 103.27 | 162.28 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 31 | 164 | 0 | 0.86 | 0.26 | 0.13 | 318.22 | 0.75 | 0.5 |
| Hex | DE | 1F | A4 | 0 | 56 | 1A | D | 13E | 4B | 32 |
| Octal | 336 | 37 | 244 | 0 | 126 | 32 | 15 | 476 | 113 | 62 |
| Binary | 11011110 | 11111 | 10100100 | 0 | 1010110 | 11010 | 1101 | 100111110 | 1001011 | 110010 |
Color Harmonies of #DE1FA4
Complementary color
Monochromatic Colors of #DE1FA4
Black with #DE1FA4
Text Example
Text Example
White with #DE1FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1FA4; }
p { color: rgb(222,31,164); }
H1.HeaderClassName
{
color: #DE1FA4;
}
.AnyTagClassName
{
color: #DE1FA4;
}
</style>
background-color css
<style>
a { background-color: #DE1FA4; }
a { background-color: rgb(222,31,164); }
div.DivClassName
{
background-color: #DE1FA4;
}
.BgClassName
{
background-color: #DE1FA4;
}
</style>
border-color css
<style>
span { border-color: #DE1FA4; }
span { border-color: rgb(222,31,164); }
td.TdClassName
{
border-color: #DE1FA4;
}
.TagClassName
{
border-color: #DE1FA4;
}
</style>