#DE634D

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

Shades of Flamingo #DE634D

Tints of Flamingo #DE634D

Color information

#DE634D (or 0xDE634D) is unknown color: approx Flamingo. HEX triplet: DE, 63 and 4D. RGB value is (222,99,77). Sum of RGB (Red+Green+Blue) = 222+99+77=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 99 (39.06% from 255 or 24.87% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE634D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE634D is #219CB2. Grayscale: #858585. Windows color (decimal): -2202803 or 5071838. OLE color: 5071838.

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

Color convert

RGB2229977-
CMYK00.550.650.13
HSL9.1º68.72%58.63%-
HSV(B)9.1º65.32%87.06%-
XYZ35.9324.999.95-
YUV133.2796.25191.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 55.78%
GREEN value IS 99 (39.06% from 255) = 24.87%
BLUE value IS 77 (30.47% from 255) = 19.35%
R=55.78%
G=24.87%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222997700.550.650.139.168.7258.63
HexDE634D03741D9453b
Octal336143115067101151110573
Binary110111101100011100110101101111000001110110011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE634D; }

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

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

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

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

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

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

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

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