Html Css Color HEX #DF7B71 Geraldine

📋 copy color: '#DF7B71'

red 223 ◦ green 123 ◦ blue 113

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

Shades of Geraldine #DF7B71

Tints of Geraldine #DF7B71

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.8%

 BLUE value IS 113 (44.53% from 255) = 24.62%

R = 48.58%
G = 26.8%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF7B71 (or 0xDF7B71) is known color: Geraldine. HEX triplet: DF, 7B and 71. RGB value is (223,123,113). Sum of RGB (Red+Green+Blue) = 223+123+113=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B71 is #20848E. Grayscale: #979797. Windows color (decimal): -2131087 or 7437279. OLE color: 7437279.

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

Color convert

RGB 223 123 113 -
CMYK 0 0.45 0.49 0.13
HSL 5.45º 0.63% 0.66% -
HSV(B) 5.45º 0.49% 0.87% -
XYZ 40.5 31.05 19.48 -
YUV 151.76 106.13 178.81 -
System Red Green Blue C M Y K H S L
Decimal 223 123 113 0 0.45 0.49 0.13 5.45 0.63 0.66
Hex DF 7B 71 0 2D 31 D 5 3F 42
Octal 337 173 161 0 55 61 15 5 77 102
Binary 11011111 1111011 1110001 0 101101 110001 1101 101 111111 1000010

Color Harmonies of #DF7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7B71

Black with #DF7B71

Text Example


Text Example

White with #DF7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7B71; }

 p { color: rgb(223,123,113); }

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

background-color css

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

 a { background-color: rgb(223,123,113); }

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

border-color css

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

 span { border-color: rgb(223,123,113); }

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