Html Css Color HEX #DA7771 Geraldine

📋 copy color: '#DA7771'

red 218 ◦ green 119 ◦ blue 113

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

Shades of Geraldine #DA7771

Tints of Geraldine #DA7771

RGB

 RED value IS 218 (85.55% from 255) = 48.44%

 GREEN value IS 119 (46.88% from 255) = 26.44%

 BLUE value IS 113 (44.53% from 255) = 25.11%

R = 48.44%
G = 26.44%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA7771 (or 0xDA7771) is known color: Geraldine. HEX triplet: DA, 77 and 71. RGB value is (218,119,113). Sum of RGB (Red+Green+Blue) = 218+119+113=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7771 is #25888E. Grayscale: #949494. Windows color (decimal): -2459791 or 7436250. OLE color: 7436250.

HSL color Cylindrical-coordinate representation of color #DA7771: hue angle of 3.43º degrees, saturation: 0.59, 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 #DA7771 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 113 -
CMYK 0 0.45 0.48 0.15
HSL 3.43º 0.59% 0.65% -
HSV(B) 3.43º 0.48% 0.85% -
XYZ 38.49 29.29 19.25 -
YUV 147.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 218 119 113 0 0.45 0.48 0.15 3.43 0.59 0.65
Hex DA 77 71 0 2D 30 F 3 3B 41
Octal 332 167 161 0 55 60 17 3 73 101
Binary 11011010 1110111 1110001 0 101101 110000 1111 11 111011 1000001

Color Harmonies of #DA7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7771

Black with #DA7771

Text Example


Text Example

White with #DA7771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7771; }

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

 H1.HeaderClassName
 {
   color: #DA7771;
 }
 .AnyTagClassName
 {
   color: #DA7771;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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