Html Css Color HEX #DF7C77 Geraldine

📋 copy color: '#DF7C77'

red 223 ◦ green 124 ◦ blue 119

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

Shades of Geraldine #DF7C77

Tints of Geraldine #DF7C77

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.61%

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

R = 47.85%
G = 26.61%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7C77 (or 0xDF7C77) is known color: Geraldine. HEX triplet: DF, 7C and 77. RGB value is (223,124,119). Sum of RGB (Red+Green+Blue) = 223+124+119=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7C77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7C77 is #208388. Grayscale: #999999. Windows color (decimal): -2130825 or 7830751. OLE color: 7830751.

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

Color convert

RGB 223 124 119 -
CMYK 0 0.44 0.47 0.13
HSL 2.88º 0.62% 0.67% -
HSV(B) 2.88º 0.47% 0.87% -
XYZ 40.97 31.44 21.36 -
YUV 153.03 108.8 177.91 -
System Red Green Blue C M Y K H S L
Decimal 223 124 119 0 0.44 0.47 0.13 2.88 0.62 0.67
Hex DF 7C 77 0 2C 2F D 3 3E 43
Octal 337 174 167 0 54 57 15 3 76 103
Binary 11011111 1111100 1110111 0 101100 101111 1101 11 111110 1000011

Color Harmonies of #DF7C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7C77

Black with #DF7C77

Text Example


Text Example

White with #DF7C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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