Html Css Color HEX #DF7D77 Geraldine

📋 copy color: '#DF7D77'

red 223 ◦ green 125 ◦ blue 119

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

Shades of Geraldine #DF7D77

Tints of Geraldine #DF7D77

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

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

R = 47.75%
G = 26.77%
B = 25.48%

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

#DF7D77 (or 0xDF7D77) is known color: Geraldine. HEX triplet: DF, 7D and 77. RGB value is (223,125,119). Sum of RGB (Red+Green+Blue) = 223+125+119=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D77 is #208288. Grayscale: #999999. Windows color (decimal): -2130569 or 7831007. OLE color: 7831007.

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

Color convert

RGB 223 125 119 -
CMYK 0 0.44 0.47 0.13
HSL 3.46º 0.62% 0.67% -
HSV(B) 3.46º 0.47% 0.87% -
XYZ 41.09 31.69 21.4 -
YUV 153.62 108.47 177.49 -
System Red Green Blue C M Y K H S L
Decimal 223 125 119 0 0.44 0.47 0.13 3.46 0.62 0.67
Hex DF 7D 77 0 2C 2F D 3 3E 43
Octal 337 175 167 0 54 57 15 3 76 103
Binary 11011111 1111101 1110111 0 101100 101111 1101 11 111110 1000011

Color Harmonies of #DF7D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D77

Black with #DF7D77

Text Example


Text Example

White with #DF7D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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