#DE29B0

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

Shades of Spicy Pink #DE29B0

Tints of Spicy Pink #DE29B0

Color information

#DE29B0 (or 0xDE29B0) is unknown color: approx Spicy Pink. HEX triplet: DE, 29 and B0. RGB value is (222,41,176). Sum of RGB (Red+Green+Blue) = 222+41+176=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE29B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE29B0 is #21D64F. Grayscale: #6E6E6E. Windows color (decimal): -2217552 or 11545054. OLE color: 11545054.

HSL color Cylindrical-coordinate representation of color #DE29B0: hue angle of 315.25º 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 #DE29B0 is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB22241176-
CMYK00.820.210.13
HSL315.25º73.28%51.57%-
HSV(B)315.25º81.53%87.06%-
XYZ38.7520.2542.94-
YUV110.51164.97207.52-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 41 (16.41% from 255) = 9.34%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=50.57%
G=9.34%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2224117600.820.210.13315.2573.2851.57
HexDE29B005215D13b4934
Octal336512600122251547311164
Binary1101111010100110110000010100101010111011001110111001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE29B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE29B0; }

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

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

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

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

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

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

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

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