Shades of Spicy Pink #DE2AB3
Tints of Spicy Pink #DE2AB3
RGB
CMYK
RGB Variations
Color information
#DE2AB3 (or 0xDE2AB3) is known color: Spicy Pink. HEX triplet: DE, 2A and B3. RGB value is (222,42,179). Sum of RGB (Red+Green+Blue) = 222+42+179=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 179 (70.31% from 255 or 40.41% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DE2AB3 is #21D54C. Grayscale: #6F6F6F. Windows color (decimal): -2217293 or 11741918. OLE color: 11741918.
HSL color Cylindrical-coordinate representation of color #DE2AB3: hue angle of 314.33º 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 #DE2AB3 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 42 | 179 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.13 |
| HSL | 314.33º | 0.73% | 0.52% | - |
| HSV(B) | 314.33º | 0.81% | 0.87% | - |
| XYZ | 39.09 | 20.44 | 44.53 | - |
| YUV | 111.44 | 166.13 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 42 | 179 | 0 | 0.81 | 0.19 | 0.13 | 314.33 | 0.73 | 0.52 |
| Hex | DE | 2A | B3 | 0 | 51 | 13 | D | 13A | 49 | 34 |
| Octal | 336 | 52 | 263 | 0 | 121 | 23 | 15 | 472 | 111 | 64 |
| Binary | 11011110 | 101010 | 10110011 | 0 | 1010001 | 10011 | 1101 | 100111010 | 1001001 | 110100 |
Color Harmonies of #DE2AB3
Complementary color
Monochromatic Colors of #DE2AB3
Black with #DE2AB3
Text Example
Text Example
White with #DE2AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2AB3; }
p { color: rgb(222,42,179); }
H1.HeaderClassName
{
color: #DE2AB3;
}
.AnyTagClassName
{
color: #DE2AB3;
}
</style>
background-color css
<style>
a { background-color: #DE2AB3; }
a { background-color: rgb(222,42,179); }
div.DivClassName
{
background-color: #DE2AB3;
}
.BgClassName
{
background-color: #DE2AB3;
}
</style>
border-color css
<style>
span { border-color: #DE2AB3; }
span { border-color: rgb(222,42,179); }
td.TdClassName
{
border-color: #DE2AB3;
}
.TagClassName
{
border-color: #DE2AB3;
}
</style>