#DE7771

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

Shades of Geraldine #DE7771

Tints of Geraldine #DE7771

Color information

#DE7771 (or 0xDE7771) is unknown color: approx Geraldine. HEX triplet: DE, 77 and 71. RGB value is (222,119,113). Sum of RGB (Red+Green+Blue) = 222+119+113=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 113 (44.53% from 255 or 24.89% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7771 is #21888E. Grayscale: #959595. Windows color (decimal): -2197647 or 7436254. OLE color: 7436254.

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

Color convert

RGB222119113-
CMYK00.460.490.13
HSL3.3º62.29%65.69%-
HSV(B)3.3º49.1%87.06%-
XYZ39.729.9219.3-
YUV149.11107.62179.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.90%
GREEN value IS 119 (46.88% from 255) = 26.21%
BLUE value IS 113 (44.53% from 255) = 24.89%
R=48.90%
G=26.21%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211911300.460.490.133.362.2965.69
HexDE777102E31D33e42
Octal3361671610566115376102
Binary110111101110111111000101011101100011101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7771; }

 p { color: rgb(222,119,113); }

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

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

 a { background-color: rgb(222,119,113); }

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

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

 span { border-color: rgb(222,119,113); }

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