#DF7571

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

Shades of Geraldine #DF7571

Tints of Geraldine #DF7571

Color information

#DF7571 (or 0xDF7571) is unknown color: approx Geraldine. HEX triplet: DF, 75 and 71. RGB value is (223,117,113). Sum of RGB (Red+Green+Blue) = 223+117+113=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7571 is #208A8E. Grayscale: #949494. Windows color (decimal): -2132623 or 7435743. OLE color: 7435743.

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

Color convert

RGB223117113-
CMYK00.480.490.13
HSL2.18º63.22%65.88%-
HSV(B)2.18º49.33%87.45%-
XYZ39.7729.619.24-
YUV148.24108.12181.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=49.23%
G=25.83%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311711300.480.490.132.1863.2265.88
HexDF757103031D23f42
Octal3371651610606115277102
Binary110111111110101111000101100001100011101101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7571; }

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

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

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

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

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

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

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

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