Html Css Color HEX #DF7971 Geraldine

📋 copy color: '#DF7971'

red 223 ◦ green 121 ◦ blue 113

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

Shades of Geraldine #DF7971

Tints of Geraldine #DF7971

RGB

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

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

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

R = 48.8%
G = 26.48%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF7971 (or 0xDF7971) is known color: Geraldine. HEX triplet: DF, 79 and 71. RGB value is (223,121,113). Sum of RGB (Red+Green+Blue) = 223+121+113=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 121 (47.66% from 255 or 26.48% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7971 is #20868E. Grayscale: #969696. Windows color (decimal): -2131599 or 7436767. OLE color: 7436767.

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

Color convert

RGB 223 121 113 -
CMYK 0 0.46 0.49 0.13
HSL 4.36º 0.63% 0.66% -
HSV(B) 4.36º 0.49% 0.87% -
XYZ 40.25 30.55 19.4 -
YUV 150.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 223 121 113 0 0.46 0.49 0.13 4.36 0.63 0.66
Hex DF 79 71 0 2E 31 D 4 3F 42
Octal 337 171 161 0 56 61 15 4 77 102
Binary 11011111 1111001 1110001 0 101110 110001 1101 100 111111 1000010

Color Harmonies of #DF7971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7971

Black with #DF7971

Text Example


Text Example

White with #DF7971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7971; }

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

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

background-color css

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

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

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

border-color css

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

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

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