#DB7771

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

Shades of Geraldine #DB7771

Tints of Geraldine #DB7771

Color information

#DB7771 (or 0xDB7771) is unknown color: approx Geraldine. HEX triplet: DB, 77 and 71. RGB value is (219,119,113). Sum of RGB (Red+Green+Blue) = 219+119+113=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7771 is #24888E. Grayscale: #949494. Windows color (decimal): -2394255 or 7436251. OLE color: 7436251.

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

Color convert

RGB219119113-
CMYK00.460.480.14
HSL3.4º59.55%65.1%-
HSV(B)3.4º48.4%85.88%-
XYZ38.7929.4519.26-
YUV148.22108.13178.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.56%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=48.56%
G=26.39%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911911300.460.480.143.459.5565.1
HexDB777102E30E33c41
Octal3331671610566016374101
Binary110110111110111111000101011101100001110111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7771; }

 p { color: rgb(219,119,113); }

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

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

 a { background-color: rgb(219,119,113); }

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

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

 span { border-color: rgb(219,119,113); }

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