#DD7777

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

Shades of Geraldine #DD7777

Tints of Geraldine #DD7777

Color information

#DD7777 (or 0xDD7777) is unknown color: approx Geraldine. HEX triplet: DD, 77 and 77. RGB value is (221,119,119). Sum of RGB (Red+Green+Blue) = 221+119+119=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 119 (46.88% from 255 or 25.93% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7777 is #228888. Grayscale: #959595. Windows color (decimal): -2263177 or 7829469. OLE color: 7829469.

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

Color convert

RGB221119119-
CMYK00.460.460.13
HSL60%66.67%-
HSV(B)46.15%86.67%-
XYZ39.7529.921.13-
YUV149.5110.79179-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.15%
GREEN value IS 119 (46.88% from 255) = 25.93%
BLUE value IS 119 (46.88% from 255) = 25.93%
R=48.15%
G=25.93%
B=25.93%

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
Decimal22111911900.460.460.1306066.67
HexDD777702E2ED03c43
Octal3351671670565615074103
Binary11011101111011111101110101110101110110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7777; }

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

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

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

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

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

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

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

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