Html Css Color HEX #DF7773 Geraldine

📋 copy color: '#DF7773'

red 223 ◦ green 119 ◦ blue 115

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

Shades of Geraldine #DF7773

Tints of Geraldine #DF7773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.16%

R = 48.8%
G = 26.04%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DF7773 (or 0xDF7773) is known color: Geraldine. HEX triplet: DF, 77 and 73. RGB value is (223,119,115). Sum of RGB (Red+Green+Blue) = 223+119+115=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7773 is #20888C. Grayscale: #959595. Windows color (decimal): -2132109 or 7567327. OLE color: 7567327.

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

Color convert

RGB 223 119 115 -
CMYK 0 0.47 0.48 0.13
HSL 2.22º 0.63% 0.66% -
HSV(B) 2.22º 0.48% 0.87% -
XYZ 40.12 30.12 19.92 -
YUV 149.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 223 119 115 0 0.47 0.48 0.13 2.22 0.63 0.66
Hex DF 77 73 0 2F 30 D 2 3F 42
Octal 337 167 163 0 57 60 15 2 77 102
Binary 11011111 1110111 1110011 0 101111 110000 1101 10 111111 1000010

Color Harmonies of #DF7773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7773

Black with #DF7773

Text Example


Text Example

White with #DF7773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7773; }

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

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

background-color css

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

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

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

border-color css

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

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

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