#DE5E51

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

Shades of Flamingo #DE5E51

Tints of Flamingo #DE5E51

Color information

#DE5E51 (or 0xDE5E51) is unknown color: approx Flamingo. HEX triplet: DE, 5E and 51. RGB value is (222,94,81). Sum of RGB (Red+Green+Blue) = 222+94+81=397 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.92% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 81 (32.03% from 255 or 20.40% from 397); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E51 is #21A1AE. Grayscale: #828282. Windows color (decimal): -2204079 or 5332702. OLE color: 5332702.

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

Color convert

RGB2229481-
CMYK00.580.640.13
HSL5.53º68.12%59.41%-
HSV(B)5.53º63.51%87.06%-
XYZ35.6124.1310.56-
YUV130.7999.91193.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.92%
GREEN value IS 94 (37.11% from 255) = 23.68%
BLUE value IS 81 (32.03% from 255) = 20.40%
R=55.92%
G=23.68%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222948100.580.640.135.5368.1259.41
HexDE5E5103A40D6443b
Octal33613612107210015610473
Binary11011110101111010100010111010100000011011101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5E51; }

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

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

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

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

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

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

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

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