#DA7575

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

Shades of Geraldine #DA7575

Tints of Geraldine #DA7575

Color information

#DA7575 (or 0xDA7575) is unknown color: approx Geraldine. HEX triplet: DA, 75 and 75. RGB value is (218,117,117). Sum of RGB (Red+Green+Blue) = 218+117+117=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 117 (46.09% from 255 or 25.88% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7575 is #258A8A. Grayscale: #939393. Windows color (decimal): -2460299 or 7697882. OLE color: 7697882.

HSL color Cylindrical-coordinate representation of color #DA7575: hue angle of 0º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA7575 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218117117-
CMYK00.460.460.15
HSL57.71%65.69%-
HSV(B)46.33%85.49%-
XYZ38.4928.9120.38-
YUV147.2110.96178.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.23%
GREEN value IS 117 (46.09% from 255) = 25.88%
BLUE value IS 117 (46.09% from 255) = 25.88%
R=48.23%
G=25.88%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811711700.460.460.15057.7165.69
HexDA757502E2EF03a42
Octal3321651650565617072102
Binary11011010111010111101010101110101110111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7575; }

 p { color: rgb(218,117,117); }

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

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

 a { background-color: rgb(218,117,117); }

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

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

 span { border-color: rgb(218,117,117); }

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