#DE6354

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

Shades of Flamingo #DE6354

Tints of Flamingo #DE6354

Color information

#DE6354 (or 0xDE6354) is unknown color: approx Flamingo. HEX triplet: DE, 63 and 54. RGB value is (222,99,84). Sum of RGB (Red+Green+Blue) = 222+99+84=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 99 (39.06% from 255 or 24.44% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6354 is #219CAB. Grayscale: #868686. Windows color (decimal): -2202796 or 5530590. OLE color: 5530590.

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

Color convert

RGB2229984-
CMYK00.550.620.13
HSL6.52º67.65%60%-
HSV(B)6.52º62.16%87.06%-
XYZ36.1925.0911.32-
YUV134.0799.75190.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.81%
GREEN value IS 99 (39.06% from 255) = 24.44%
BLUE value IS 84 (33.20% from 255) = 20.74%
R=54.81%
G=24.44%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222998400.550.620.136.5267.6560
HexDE63540373ED7443c
Octal3361431240677615710474
Binary1101111011000111010100011011111111011011111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6354; }

 p { color: rgb(222,99,84); }

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

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

 a { background-color: rgb(222,99,84); }

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

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

 span { border-color: rgb(222,99,84); }

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