#DE7C76

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

Shades of Geraldine #DE7C76

Tints of Geraldine #DE7C76

Color information

#DE7C76 (or 0xDE7C76) is unknown color: approx Geraldine. HEX triplet: DE, 7C and 76. RGB value is (222,124,118). Sum of RGB (Red+Green+Blue) = 222+124+118=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 124 (48.83% from 255 or 26.72% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C76 is #218389. Grayscale: #989898. Windows color (decimal): -2196362 or 7765214. OLE color: 7765214.

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

Color convert

RGB222124118-
CMYK00.440.470.13
HSL3.46º61.18%66.67%-
HSV(B)3.46º46.85%87.06%-
XYZ40.631.2521.03-
YUV152.62108.47177.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.84%
GREEN value IS 124 (48.83% from 255) = 26.72%
BLUE value IS 118 (46.48% from 255) = 25.43%
R=47.84%
G=26.72%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212411800.440.470.133.4661.1866.67
HexDE7C7602C2FD33d43
Octal3361741660545715375103
Binary110111101111100111011001011001011111101111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C76; }

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

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

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

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

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

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

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

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