#DE29B2

Color #DE29B2 Spicy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Pink #DE29B2

Tints of Spicy Pink #DE29B2

Color information

#DE29B2 (or 0xDE29B2) is unknown color: approx Spicy Pink. HEX triplet: DE, 29 and B2. RGB value is (222,41,178). Sum of RGB (Red+Green+Blue) = 222+41+178=441 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.34% from 441); Green value is 41 (16.41% from 255 or 9.30% from 441); Blue value is 178 (69.92% from 255 or 40.36% from 441); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE29B2 is #21D64D. Grayscale: #6E6E6E. Windows color (decimal): -2217550 or 11676126. OLE color: 11676126.

HSL color Cylindrical-coordinate representation of color #DE29B2: hue angle of 314.59º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE29B2 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB22241178-
CMYK00.820.200.13
HSL314.59º73.28%51.57%-
HSV(B)314.59º81.53%87.06%-
XYZ38.9520.3343.99-
YUV110.74165.97207.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 50.34%
GREEN value IS 41 (16.41% from 255) = 9.30%
BLUE value IS 178 (69.92% from 255) = 40.36%
R=50.34%
G=9.30%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224117800.820.200.13314.5973.2851.57
HexDE29B205214D13b4934
Octal336512620122241547311164
Binary1101111010100110110010010100101010011011001110111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE29B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE29B2; }

 p { color: rgb(222,41,178); }

 H1.HeaderClassName
 {
   color: #DE29B2;
 }
 .AnyTagClassName
 {
   color: #DE29B2;
 }
</style>
background-color css

<style>
 a { background-color: #DE29B2; }

 a { background-color: rgb(222,41,178); }

 div.DivClassName
 {
   background-color: #DE29B2;
 }
 .BgClassName
 {
   background-color: #DE29B2;
 }
</style>
border-color css

<style>
 span { border-color: #DE29B2; }

 span { border-color: rgb(222,41,178); }

 td.TdClassName
 {
   border-color: #DE29B2;
 }
 .TagClassName
 {
   border-color: #DE29B2;
 }
</style>