#DF7D76

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

Shades of Geraldine #DF7D76

Tints of Geraldine #DF7D76

Color information

#DF7D76 (or 0xDF7D76) is unknown color: approx Geraldine. HEX triplet: DF, 7D and 76. RGB value is (223,125,118). Sum of RGB (Red+Green+Blue) = 223+125+118=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 125 (49.22% from 255 or 26.82% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D76 is #208289. Grayscale: #999999. Windows color (decimal): -2130570 or 7765471. OLE color: 7765471.

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

Color convert

RGB223125118-
CMYK00.440.470.13
HSL62.13%66.86%-
HSV(B)47.09%87.45%-
XYZ41.0431.6621.09-
YUV153.5107.97177.57-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.85%
GREEN value IS 125 (49.22% from 255) = 26.82%
BLUE value IS 118 (46.48% from 255) = 25.32%
R=47.85%
G=26.82%
B=25.32%

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
Decimal22312511800.440.470.13462.1366.86
HexDF7D7602C2FD43e43
Octal3371751660545715476103
Binary1101111111111011110110010110010111111011001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D76; }

 p { color: rgb(223,125,118); }

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

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

 a { background-color: rgb(223,125,118); }

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

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

 span { border-color: rgb(223,125,118); }

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