#DD7976

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

Shades of Geraldine #DD7976

Tints of Geraldine #DD7976

Color information

#DD7976 (or 0xDD7976) is unknown color: approx Geraldine. HEX triplet: DD, 79 and 76. RGB value is (221,121,118). Sum of RGB (Red+Green+Blue) = 221+121+118=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7976 is #228689. Grayscale: #969696. Windows color (decimal): -2262666 or 7764445. OLE color: 7764445.

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

Color convert

RGB221121118-
CMYK00.450.470.13
HSL1.75º60.23%66.47%-
HSV(B)1.75º46.61%86.67%-
XYZ39.9330.3520.89-
YUV150.56109.63178.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.04%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=48.04%
G=26.30%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112111800.450.470.131.7560.2366.47
HexDD797602D2FD23c42
Octal3351711660555715274102
Binary110111011111001111011001011011011111101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7976; }

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

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

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

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

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

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

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

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