#DF7D75

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

Shades of Geraldine #DF7D75

Tints of Geraldine #DF7D75

Color information

#DF7D75 (or 0xDF7D75) is unknown color: approx Geraldine. HEX triplet: DF, 7D and 75. RGB value is (223,125,117). Sum of RGB (Red+Green+Blue) = 223+125+117=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D75 is #20828A. Grayscale: #999999. Windows color (decimal): -2130571 or 7699935. OLE color: 7699935.

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

Color convert

RGB223125117-
CMYK00.440.480.13
HSL4.53º62.35%66.67%-
HSV(B)4.53º47.53%87.45%-
XYZ40.9831.6420.78-
YUV153.39107.47177.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.96%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 117 (46.09% from 255) = 25.16%
R=47.96%
G=26.88%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312511700.440.480.134.5362.3566.67
HexDF7D7502C30D53e43
Octal3371751650546015576103
Binary1101111111111011110101010110011000011011011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D75; }

 p { color: rgb(223,125,117); }

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

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

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

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

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

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

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