#DE6355

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

Shades of Flamingo #DE6355

Tints of Flamingo #DE6355

Color information

#DE6355 (or 0xDE6355) is unknown color: approx Flamingo. HEX triplet: DE, 63 and 55. RGB value is (222,99,85). Sum of RGB (Red+Green+Blue) = 222+99+85=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 99 (39.06% from 255 or 24.38% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6355 is #219CAA. Grayscale: #868686. Windows color (decimal): -2202795 or 5596126. OLE color: 5596126.

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

Color convert

RGB2229985-
CMYK00.550.620.13
HSL6.13º67.49%60.2%-
HSV(B)6.13º61.71%87.06%-
XYZ36.2325.1111.53-
YUV134.18100.25190.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.68%
GREEN value IS 99 (39.06% from 255) = 24.38%
BLUE value IS 85 (33.59% from 255) = 20.94%
R=54.68%
G=24.38%
B=20.94%

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
Decimal222998500.550.620.136.1367.4960.2
HexDE63550373ED6433c
Octal3361431250677615610374
Binary1101111011000111010101011011111111011011101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6355; }

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

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

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

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

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

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

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

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