#DE7776

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

Shades of Geraldine #DE7776

Tints of Geraldine #DE7776

Color information

#DE7776 (or 0xDE7776) is unknown color: approx Geraldine. HEX triplet: DE, 77 and 76. RGB value is (222,119,118). Sum of RGB (Red+Green+Blue) = 222+119+118=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7776 is #218889. Grayscale: #959595. Windows color (decimal): -2197642 or 7763934. OLE color: 7763934.

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

Color convert

RGB222119118-
CMYK00.460.470.13
HSL0.58º61.18%66.67%-
HSV(B)0.58º46.85%87.06%-
XYZ39.9930.0320.83-
YUV149.68110.12179.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 118 (46.48% from 255) = 25.71%
R=48.37%
G=25.93%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211911800.460.470.130.5861.1866.67
HexDE777602E2FD13d43
Octal3361671660565715175103
Binary11011110111011111101100101110101111110111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7776; }

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

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

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

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

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

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

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

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