#D97571

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

Shades of Geraldine #D97571

Tints of Geraldine #D97571

Color information

#D97571 (or 0xD97571) is unknown color: approx Geraldine. HEX triplet: D9, 75 and 71. RGB value is (217,117,113). Sum of RGB (Red+Green+Blue) = 217+117+113=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D97571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97571 is #268A8E. Grayscale: #929292. Windows color (decimal): -2525839 or 7435737. OLE color: 7435737.

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

Color convert

RGB217117113-
CMYK00.460.480.15
HSL2.31º57.78%64.71%-
HSV(B)2.31º47.93%85.1%-
XYZ37.9628.6719.16-
YUV146.44109.13178.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.55%
GREEN value IS 117 (46.09% from 255) = 26.17%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=48.55%
G=26.17%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711711300.460.480.152.3157.7864.71
HexD9757102E30F23a41
Octal3311651610566017272101
Binary110110011110101111000101011101100001111101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97571; }

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

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

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

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

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

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

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

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