Html Css Color HEX #DF7776 Geraldine

📋 copy color: '#DF7776'

red 223 ◦ green 119 ◦ blue 118

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

Shades of Geraldine #DF7776

Tints of Geraldine #DF7776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.65%

R = 48.48%
G = 25.87%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF7776 (or 0xDF7776) is known color: Geraldine. HEX triplet: DF, 77 and 76. RGB value is (223,119,118). Sum of RGB (Red+Green+Blue) = 223+119+118=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7776 is #208889. Grayscale: #969696. Windows color (decimal): -2132106 or 7763935. OLE color: 7763935.

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

Color convert

RGB 223 119 118 -
CMYK 0 0.47 0.47 0.13
HSL 0.57º 0.62% 0.67% -
HSV(B) 0.57º 0.47% 0.87% -
XYZ 40.3 30.19 20.84 -
YUV 149.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 223 119 118 0 0.47 0.47 0.13 0.57 0.62 0.67
Hex DF 77 76 0 2F 2F D 1 3E 43
Octal 337 167 166 0 57 57 15 1 76 103
Binary 11011111 1110111 1110110 0 101111 101111 1101 1 111110 1000011

Color Harmonies of #DF7776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7776

Black with #DF7776

Text Example


Text Example

White with #DF7776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7776; }

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

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

background-color css

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

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

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

border-color css

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

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

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