#DE7670

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

Shades of Geraldine #DE7670

Tints of Geraldine #DE7670

Color information

#DE7670 (or 0xDE7670) is unknown color: approx Geraldine. HEX triplet: DE, 76 and 70. RGB value is (222,118,112). Sum of RGB (Red+Green+Blue) = 222+118+112=452 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.12% from 452); Green value is 118 (46.48% from 255 or 26.11% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7670 is #21898F. Grayscale: #949494. Windows color (decimal): -2197904 or 7370462. OLE color: 7370462.

HSL color Cylindrical-coordinate representation of color #DE7670: hue angle of 3.27º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7670 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB222118112-
CMYK00.470.500.13
HSL3.27º62.5%65.49%-
HSV(B)3.27º49.55%87.06%-
XYZ39.5329.6618.97-
YUV148.41107.46180.49-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.12%
GREEN value IS 118 (46.48% from 255) = 26.11%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=49.12%
G=26.11%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211811200.470.500.133.2762.565.49
HexDE767002F32D33e41
Octal3361661600576215376101
Binary110111101110110111000001011111100101101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7670; }

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

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

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

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

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

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

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

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