Shades of Spicy Pink #DE2AAE
Tints of Spicy Pink #DE2AAE
RGB
CMYK
RGB Variations
Color information
#DE2AAE (or 0xDE2AAE) is known color: Spicy Pink. HEX triplet: DE, 2A and AE. RGB value is (222,42,174). Sum of RGB (Red+Green+Blue) = 222+42+174=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2AAE is #21D551. Grayscale: #6E6E6E. Windows color (decimal): -2217298 or 11414238. OLE color: 11414238.
HSL color Cylindrical-coordinate representation of color #DE2AAE: hue angle of 316º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DE2AAE is Cyan = 0, Magento = 0.81, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 42 | 174 | - |
| CMYK | 0 | 0.81 | 0.22 | 0.13 |
| HSL | 316º | 0.73% | 0.52% | - |
| HSV(B) | 316º | 0.81% | 0.87% | - |
| XYZ | 38.59 | 20.24 | 41.92 | - |
| YUV | 110.87 | 163.63 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 42 | 174 | 0 | 0.81 | 0.22 | 0.13 | 316 | 0.73 | 0.52 |
| Hex | DE | 2A | AE | 0 | 51 | 16 | D | 13C | 49 | 34 |
| Octal | 336 | 52 | 256 | 0 | 121 | 26 | 15 | 474 | 111 | 64 |
| Binary | 11011110 | 101010 | 10101110 | 0 | 1010001 | 10110 | 1101 | 100111100 | 1001001 | 110100 |
Color Harmonies of #DE2AAE
Complementary color
Monochromatic Colors of #DE2AAE
Black with #DE2AAE
Text Example
Text Example
White with #DE2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2AAE; }
p { color: rgb(222,42,174); }
H1.HeaderClassName
{
color: #DE2AAE;
}
.AnyTagClassName
{
color: #DE2AAE;
}
</style>
background-color css
<style>
a { background-color: #DE2AAE; }
a { background-color: rgb(222,42,174); }
div.DivClassName
{
background-color: #DE2AAE;
}
.BgClassName
{
background-color: #DE2AAE;
}
</style>
border-color css
<style>
span { border-color: #DE2AAE; }
span { border-color: rgb(222,42,174); }
td.TdClassName
{
border-color: #DE2AAE;
}
.TagClassName
{
border-color: #DE2AAE;
}
</style>