#D77471

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

Shades of Geraldine #D77471

Tints of Geraldine #D77471

Color information

#D77471 (or 0xD77471) is unknown color: approx Geraldine. HEX triplet: D7, 74 and 71. RGB value is (215,116,113). Sum of RGB (Red+Green+Blue) = 215+116+113=444 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.42% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 215 - color contains mainly: red. Hex color #D77471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77471 is #288B8E. Grayscale: #919191. Windows color (decimal): -2657167 or 7435479. OLE color: 7435479.

HSL color Cylindrical-coordinate representation of color #D77471: hue angle of 1.76º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77471 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB215116113-
CMYK00.460.470.16
HSL1.76º56.04%64.31%-
HSV(B)1.76º47.44%84.31%-
XYZ37.2528.1319.09-
YUV145.26109.8177.74-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.42%
GREEN value IS 116 (45.70% from 255) = 26.13%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=48.42%
G=26.13%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511611300.460.470.161.7656.0464.31
HexD7747102E2F1023840
Octal3271641610565720270100
Binary1101011111101001110001010111010111110000101110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77471; }

 p { color: rgb(215,116,113); }

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

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

 a { background-color: rgb(215,116,113); }

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

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

 span { border-color: rgb(215,116,113); }

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