Html Css Color HEX #DF7770 Geraldine

📋 copy color: '#DF7770'

red 223 ◦ green 119 ◦ blue 112

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

Shades of Geraldine #DF7770

Tints of Geraldine #DF7770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.67%

R = 49.12%
G = 26.21%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF7770 (or 0xDF7770) is known color: Geraldine. HEX triplet: DF, 77 and 70. RGB value is (223,119,112). Sum of RGB (Red+Green+Blue) = 223+119+112=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 119 (46.88% from 255 or 26.21% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7770 is #20888F. Grayscale: #959595. Windows color (decimal): -2132112 or 7370719. OLE color: 7370719.

HSL color Cylindrical-coordinate representation of color #DF7770: hue angle of 3.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF7770 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 119 112 -
CMYK 0 0.47 0.50 0.13
HSL 3.78º 0.63% 0.66% -
HSV(B) 3.78º 0.5% 0.87% -
XYZ 39.95 30.05 19.02 -
YUV 149.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 223 119 112 0 0.47 0.50 0.13 3.78 0.63 0.66
Hex DF 77 70 0 2F 32 D 4 3F 42
Octal 337 167 160 0 57 62 15 4 77 102
Binary 11011111 1110111 1110000 0 101111 110010 1101 100 111111 1000010

Color Harmonies of #DF7770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7770

Black with #DF7770

Text Example


Text Example

White with #DF7770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7770; }

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

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

background-color css

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

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

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

border-color css

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

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

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