#DF7979

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

Shades of Geraldine #DF7979

Tints of Geraldine #DF7979

Color information

#DF7979 (or 0xDF7979) is unknown color: approx Geraldine. HEX triplet: DF, 79 and 79. RGB value is (223,121,121). Sum of RGB (Red+Green+Blue) = 223+121+121=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7979 is #208686. Grayscale: #979797. Windows color (decimal): -2131591 or 7961055. OLE color: 7961055.

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

Color convert

RGB223121121-
CMYK00.460.460.13
HSL61.45%67.45%-
HSV(B)45.74%87.45%-
XYZ40.7230.7421.88-
YUV151.5110.79179-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.96%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=47.96%
G=26.02%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312112100.460.460.13061.4567.45
HexDF797902E2ED03d43
Octal3371711710565615075103
Binary11011111111100111110010101110101110110101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7979; }

 p { color: rgb(223,121,121); }

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

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

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

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

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

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

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