Html Css Color HEX #DF7E77 Geraldine

📋 copy color: '#DF7E77'

red 223 ◦ green 126 ◦ blue 119

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

Shades of Geraldine #DF7E77

Tints of Geraldine #DF7E77

RGB

 RED value IS 223 (87.5% from 255) = 47.65%

 GREEN value IS 126 (49.61% from 255) = 26.92%

 BLUE value IS 119 (46.88% from 255) = 25.43%

R = 47.65%
G = 26.92%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7E77 (or 0xDF7E77) is known color: Geraldine. HEX triplet: DF, 7E and 77. RGB value is (223,126,119). Sum of RGB (Red+Green+Blue) = 223+126+119=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 126 (49.61% from 255 or 26.92% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E77 is #208188. Grayscale: #9A9A9A. Windows color (decimal): -2130313 or 7831263. OLE color: 7831263.

HSL color Cylindrical-coordinate representation of color #DF7E77: hue angle of 4.04º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF7E77 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 126 119 -
CMYK 0 0.43 0.47 0.13
HSL 4.04º 0.62% 0.67% -
HSV(B) 4.04º 0.47% 0.87% -
XYZ 41.22 31.94 21.45 -
YUV 154.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 223 126 119 0 0.43 0.47 0.13 4.04 0.62 0.67
Hex DF 7E 77 0 2B 2F D 4 3E 43
Octal 337 176 167 0 53 57 15 4 76 103
Binary 11011111 1111110 1110111 0 101011 101111 1101 100 111110 1000011

Color Harmonies of #DF7E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E77

Black with #DF7E77

Text Example


Text Example

White with #DF7E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E77; }

 p { color: rgb(223,126,119); }

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

background-color css

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

 a { background-color: rgb(223,126,119); }

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

border-color css

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

 span { border-color: rgb(223,126,119); }

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