#de5d42

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

Shades of Flamingo #DE5D42

Tints of Flamingo #DE5D42

Color information

#DE5D42 (or 0xDE5D42) is unknown color: approx Flamingo. HEX triplet: DE, 5D and 42. RGB value is (222,93,66). Sum of RGB (Red+Green+Blue) = 222+93+66=381 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.27% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5D42 is #21A2BD. Grayscale: #808080. Windows color (decimal): -2204350 or 4349406. OLE color: 4349406.

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

Color convert

RGB2229366-
CMYK00.580.700.13
HSL10.38º70.27%56.47%-
HSV(B)10.38º70.27%87.06%-
XYZ35.0223.757.89-
YUV128.4992.74194.7-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 58.27%
GREEN value IS 93 (36.72% from 255) = 24.41%
BLUE value IS 66 (26.17% from 255) = 17.32%
R=58.27%
G=24.41%
B=17.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222936600.580.700.1310.3870.2756.47
HexDE5D4203A46Da4638
Octal336135102072106151210670
Binary110111101011101100001001110101000110110110101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de5d42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de5d42; }

 p { color: rgb(222,93,66); }

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

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

 a { background-color: rgb(222,93,66); }

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

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

 span { border-color: rgb(222,93,66); }

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