Html Css Color HEX #DB7873 Geraldine

📋 copy color: '#DB7873'

red 219 ◦ green 120 ◦ blue 115

#DB7873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #DB7873

Tints of Geraldine #DB7873

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 value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7873 (or 0xDB7873) is known color: 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

RGB 219 120 115 -
CMYK 0 0.45 0.47 0.14
HSL 2.88º 0.59% 0.65% -
HSV(B) 2.88º 0.47% 0.86% -
XYZ 39.02 29.73 19.9 -
YUV 149.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 219 120 115 0 0.45 0.47 0.14 2.88 0.59 0.65
Hex DB 78 73 0 2D 2F E 3 3B 41
Octal 333 170 163 0 55 57 16 3 73 101
Binary 11011011 1111000 1110011 0 101101 101111 1110 11 111011 1000001

Color Harmonies of #DB7873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7873

Black with #DB7873

Text Example


Text Example

White with #DB7873

Text Example


Text Example

HTML Codes & Css Web 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>