#DE5E53

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

Shades of Flamingo #DE5E53

Tints of Flamingo #DE5E53

Color information

#DE5E53 (or 0xDE5E53) is unknown color: approx Flamingo. HEX triplet: DE, 5E and 53. RGB value is (222,94,83). Sum of RGB (Red+Green+Blue) = 222+94+83=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E53 is #21A1AC. Grayscale: #838383. Windows color (decimal): -2204077 or 5463774. OLE color: 5463774.

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

Color convert

RGB2229483-
CMYK00.580.630.13
HSL4.75º67.8%59.8%-
HSV(B)4.75º62.61%87.06%-
XYZ35.6924.1610.97-
YUV131.02100.91192.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.64%
GREEN value IS 94 (37.11% from 255) = 23.56%
BLUE value IS 83 (32.81% from 255) = 20.80%
R=55.64%
G=23.56%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222948300.580.630.134.7567.859.8
HexDE5E5303A3FD5443c
Octal3361361230727715510474
Binary1101111010111101010011011101011111111011011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5E53; }

 p { color: rgb(222,94,83); }

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

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

 a { background-color: rgb(222,94,83); }

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

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

 span { border-color: rgb(222,94,83); }

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