#DE6150

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

Shades of Flamingo #DE6150

Tints of Flamingo #DE6150

Color information

#DE6150 (or 0xDE6150) is unknown color: approx Flamingo. HEX triplet: DE, 61 and 50. RGB value is (222,97,80). Sum of RGB (Red+Green+Blue) = 222+97+80=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 97 (38.28% from 255 or 24.31% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6150 is #219EAF. Grayscale: #848484. Windows color (decimal): -2203312 or 5267934. OLE color: 5267934.

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

Color convert

RGB2229780-
CMYK00.560.640.13
HSL7.18º68.27%59.22%-
HSV(B)7.18º63.96%87.06%-
XYZ35.8524.6610.46-
YUV132.4498.41191.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.64%
GREEN value IS 97 (38.28% from 255) = 24.31%
BLUE value IS 80 (31.64% from 255) = 20.05%
R=55.64%
G=24.31%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222978000.560.640.137.1868.2759.22
HexDE615003840D7443b
Octal33614112007010015710473
Binary11011110110000110100000111000100000011011111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6150; }

 p { color: rgb(222,97,80); }

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

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

 a { background-color: rgb(222,97,80); }

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

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

 span { border-color: rgb(222,97,80); }

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