Html Css Color HEX #DF7977 Geraldine

📋 copy color: '#DF7977'

red 223 ◦ green 121 ◦ blue 119

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

Shades of Geraldine #DF7977

Tints of Geraldine #DF7977

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.13%

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

R = 48.16%
G = 26.13%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7977 (or 0xDF7977) is known color: Geraldine. HEX triplet: DF, 79 and 77. RGB value is (223,121,119). Sum of RGB (Red+Green+Blue) = 223+121+119=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7977 is #208688. Grayscale: #979797. Windows color (decimal): -2131593 or 7829983. OLE color: 7829983.

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

Color convert

RGB 223 121 119 -
CMYK 0 0.46 0.47 0.13
HSL 1.15º 0.62% 0.67% -
HSV(B) 1.15º 0.47% 0.87% -
XYZ 40.6 30.69 21.24 -
YUV 151.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 223 121 119 0 0.46 0.47 0.13 1.15 0.62 0.67
Hex DF 79 77 0 2E 2F D 1 3E 43
Octal 337 171 167 0 56 57 15 1 76 103
Binary 11011111 1111001 1110111 0 101110 101111 1101 1 111110 1000011

Color Harmonies of #DF7977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7977

Black with #DF7977

Text Example


Text Example

White with #DF7977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7977; }

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

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

background-color css

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

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

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

border-color css

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

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

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