#dd7770

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

Shades of Geraldine #DD7770

Tints of Geraldine #DD7770

Color information

#DD7770 (or 0xDD7770) is unknown color: approx Geraldine. HEX triplet: DD, 77 and 70. RGB value is (221,119,112). Sum of RGB (Red+Green+Blue) = 221+119+112=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7770 is #22888F. Grayscale: #949494. Windows color (decimal): -2263184 or 7370717. OLE color: 7370717.

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

Color convert

RGB221119112-
CMYK00.460.490.13
HSL3.85º61.58%65.29%-
HSV(B)3.85º49.32%86.67%-
XYZ39.3429.7419-
YUV148.7107.29179.57-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 119 (46.88% from 255) = 26.33%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=48.89%
G=26.33%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111911200.460.490.133.8561.5865.29
HexDD777002E31D43e41
Octal3351671600566115476101
Binary1101110111101111110000010111011000111011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7770; }

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

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

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

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

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

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

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

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