Html Css Color HEX #DA7774 Geraldine

📋 copy color: '#DA7774'

red 218 ◦ green 119 ◦ blue 116

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

Shades of Geraldine #DA7774

Tints of Geraldine #DA7774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 48.12%
G = 26.27%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#DA7774 (or 0xDA7774) is known color: Geraldine. HEX triplet: DA, 77 and 74. RGB value is (218,119,116). Sum of RGB (Red+Green+Blue) = 218+119+116=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7774 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7774 is #25888B. Grayscale: #949494. Windows color (decimal): -2459788 or 7632858. OLE color: 7632858.

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

Color convert

RGB 218 119 116 -
CMYK 0 0.45 0.47 0.15
HSL 1.76º 0.58% 0.65% -
HSV(B) 1.76º 0.47% 0.85% -
XYZ 38.66 29.36 20.15 -
YUV 148.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 218 119 116 0 0.45 0.47 0.15 1.76 0.58 0.65
Hex DA 77 74 0 2D 2F F 2 3A 41
Octal 332 167 164 0 55 57 17 2 72 101
Binary 11011010 1110111 1110100 0 101101 101111 1111 10 111010 1000001

Color Harmonies of #DA7774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7774

Black with #DA7774

Text Example


Text Example

White with #DA7774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7774; }

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

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

background-color css

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

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

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

border-color css

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

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

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