Html Css Color HEX #D97471 Geraldine

📋 copy color: '#D97471'

red 217 ◦ green 116 ◦ blue 113

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

Shades of Geraldine #D97471

Tints of Geraldine #D97471

RGB

 RED value IS 217 (85.16% from 255) = 48.65%

 GREEN value IS 116 (45.7% from 255) = 26.01%

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

R = 48.65%
G = 26.01%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D97471 (or 0xD97471) is known color: Geraldine. HEX triplet: D9, 74 and 71. RGB value is (217,116,113). Sum of RGB (Red+Green+Blue) = 217+116+113=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D97471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97471 is #268B8E. Grayscale: #919191. Windows color (decimal): -2526095 or 7435481. OLE color: 7435481.

HSL color Cylindrical-coordinate representation of color #D97471: hue angle of 1.73º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97471 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 116 113 -
CMYK 0 0.47 0.48 0.15
HSL 1.73º 0.58% 0.65% -
HSV(B) 1.73º 0.48% 0.85% -
XYZ 37.84 28.43 19.12 -
YUV 145.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 217 116 113 0 0.47 0.48 0.15 1.73 0.58 0.65
Hex D9 74 71 0 2F 30 F 2 3A 41
Octal 331 164 161 0 57 60 17 2 72 101
Binary 11011001 1110100 1110001 0 101111 110000 1111 10 111010 1000001

Color Harmonies of #D97471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97471

Black with #D97471

Text Example


Text Example

White with #D97471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97471; }

 p { color: rgb(217,116,113); }

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

background-color css

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

 a { background-color: rgb(217,116,113); }

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

border-color css

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

 span { border-color: rgb(217,116,113); }

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