#DB7873

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

Shades of Geraldine #DB7873

Tints of Geraldine #DB7873

Color information

#DB7873 (or 0xDB7873) is unknown color: approx Geraldine. HEX triplet: DB, 78 and 73. RGB value is (219,120,115). Sum of RGB (Red+Green+Blue) = 219+120+115=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7873 is #24878C. Grayscale: #959595. Windows color (decimal): -2393997 or 7567579. OLE color: 7567579.

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

Color convert

RGB219120115-
CMYK00.450.470.14
HSL2.88º59.09%65.49%-
HSV(B)2.88º47.49%85.88%-
XYZ39.0229.7319.9-
YUV149.03108.8177.91-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 48.24%
GREEN value IS 120 (47.27% from 255) = 26.43%
BLUE value IS 115 (45.31% from 255) = 25.33%
R=48.24%
G=26.43%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912011500.450.470.142.8859.0965.49
HexDB787302D2FE33b41
Octal3331701630555716373101
Binary110110111111000111001101011011011111110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7873; }

 p { color: rgb(219,120,115); }

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

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

 a { background-color: rgb(219,120,115); }

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

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

 span { border-color: rgb(219,120,115); }

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