Html Css Color HEX #DA7773 Geraldine

📋 copy color: '#DA7773'

red 218 ◦ green 119 ◦ blue 115

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

Shades of Geraldine #DA7773

Tints of Geraldine #DA7773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.44%

R = 48.23%
G = 26.33%
B = 25.44%

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

#DA7773 (or 0xDA7773) is known color: Geraldine. HEX triplet: DA, 77 and 73. RGB value is (218,119,115). Sum of RGB (Red+Green+Blue) = 218+119+115=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7773 is #25888C. Grayscale: #949494. Windows color (decimal): -2459789 or 7567322. OLE color: 7567322.

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

Color convert

RGB 218 119 115 -
CMYK 0 0.45 0.47 0.15
HSL 2.33º 0.58% 0.65% -
HSV(B) 2.33º 0.47% 0.85% -
XYZ 38.6 29.34 19.85 -
YUV 148.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 218 119 115 0 0.45 0.47 0.15 2.33 0.58 0.65
Hex DA 77 73 0 2D 2F F 2 3A 41
Octal 332 167 163 0 55 57 17 2 72 101
Binary 11011010 1110111 1110011 0 101101 101111 1111 10 111010 1000001

Color Harmonies of #DA7773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7773

Black with #DA7773

Text Example


Text Example

White with #DA7773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7773; }

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

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

background-color css

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

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

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

border-color css

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

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

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