#DE5A49

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

Shades of Flamingo #DE5A49

Tints of Flamingo #DE5A49

Color information

#DE5A49 (or 0xDE5A49) is unknown color: approx Flamingo. HEX triplet: DE, 5A and 49. RGB value is (222,90,73). Sum of RGB (Red+Green+Blue) = 222+90+73=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5A49 is #21A5B6. Grayscale: #7F7F7F. Windows color (decimal): -2205111 or 4807390. OLE color: 4807390.

HSL color Cylindrical-coordinate representation of color #DE5A49: hue angle of 6.85º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DE5A49 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB2229073-
CMYK00.590.670.13
HSL6.85º69.3%57.84%-
HSV(B)6.85º67.12%87.06%-
XYZ34.9823.328.96-
YUV127.5397.23195.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 57.66%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=57.66%
G=23.38%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222907300.590.670.136.8569.357.84
HexDE5A4903B43D7453a
Octal33613211107310315710572
Binary11011110101101010010010111011100001111011111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5A49; }

 p { color: rgb(222,90,73); }

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

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

 a { background-color: rgb(222,90,73); }

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

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

 span { border-color: rgb(222,90,73); }

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