#DE6255

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

Shades of Flamingo #DE6255

Tints of Flamingo #DE6255

Color information

#DE6255 (or 0xDE6255) is unknown color: approx Flamingo. HEX triplet: DE, 62 and 55. RGB value is (222,98,85). Sum of RGB (Red+Green+Blue) = 222+98+85=405 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.81% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6255 is #219DAA. Grayscale: #858585. Windows color (decimal): -2203051 or 5595870. OLE color: 5595870.

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

Color convert

RGB2229885-
CMYK00.560.620.13
HSL5.69º67.49%60.2%-
HSV(B)5.69º61.71%87.06%-
XYZ36.1324.9211.5-
YUV133.59100.58191.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.81%
GREEN value IS 98 (38.67% from 255) = 24.20%
BLUE value IS 85 (33.59% from 255) = 20.99%
R=54.81%
G=24.20%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222988500.560.620.135.6967.4960.2
HexDE62550383ED6433c
Octal3361421250707615610374
Binary1101111011000101010101011100011111011011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6255; }

 p { color: rgb(222,98,85); }

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

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

 a { background-color: rgb(222,98,85); }

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

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

 span { border-color: rgb(222,98,85); }

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