#DD7973

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

Shades of Geraldine #DD7973

Tints of Geraldine #DD7973

Color information

#DD7973 (or 0xDD7973) is unknown color: approx Geraldine. HEX triplet: DD, 79 and 73. RGB value is (221,121,115). Sum of RGB (Red+Green+Blue) = 221+121+115=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7973 is #22868C. Grayscale: #969696. Windows color (decimal): -2262669 or 7567837. OLE color: 7567837.

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

Color convert

RGB221121115-
CMYK00.450.480.13
HSL3.4º60.92%65.88%-
HSV(B)3.4º47.96%86.67%-
XYZ39.7530.2819.97-
YUV150.22108.13178.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 121 (47.66% from 255) = 26.48%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=48.36%
G=26.48%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112111500.450.480.133.460.9265.88
HexDD797302D30D33d42
Octal3351711630556015375102
Binary110111011111001111001101011011100001101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7973; }

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

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

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

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

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

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

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

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