#DD7977

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

Shades of Geraldine #DD7977

Tints of Geraldine #DD7977

Color information

#DD7977 (or 0xDD7977) is unknown color: approx Geraldine. HEX triplet: DD, 79 and 77. RGB value is (221,121,119). Sum of RGB (Red+Green+Blue) = 221+121+119=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 121 (47.66% from 255 or 26.25% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7977 is #228688. Grayscale: #969696. Windows color (decimal): -2262665 or 7829981. OLE color: 7829981.

HSL color Cylindrical-coordinate representation of color #DD7977: hue angle of 1.18º degrees, saturation: 0.6, 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 #DD7977 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221121119-
CMYK00.450.460.13
HSL1.18º60%66.67%-
HSV(B)1.18º46.15%86.67%-
XYZ39.9930.3821.21-
YUV150.67110.13178.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 121 (47.66% from 255) = 26.25%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=47.94%
G=26.25%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112111900.450.460.131.186066.67
HexDD797702D2ED13c43
Octal3351711670555615174103
Binary11011101111100111101110101101101110110111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7977; }

 p { color: rgb(221,121,119); }

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

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

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

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

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

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

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