Html Css Color HEX #D87471 Geraldine

📋 copy color: '#D87471'

red 216 ◦ green 116 ◦ blue 113

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

Shades of Geraldine #D87471

Tints of Geraldine #D87471

RGB

 RED value IS 216 (84.77% from 255) = 48.54%

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

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

R = 48.54%
G = 26.07%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D87471 (or 0xD87471) is known color: Geraldine. HEX triplet: D8, 74 and 71. RGB value is (216,116,113). Sum of RGB (Red+Green+Blue) = 216+116+113=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D87471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87471 is #278B8E. Grayscale: #919191. Windows color (decimal): -2591631 or 7435480. OLE color: 7435480.

HSL color Cylindrical-coordinate representation of color #D87471: hue angle of 1.75º degrees, saturation: 0.57, 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 #D87471 is Cyan = 0, Magento = 0.46, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 116 113 -
CMYK 0 0.46 0.48 0.15
HSL 1.75º 0.57% 0.65% -
HSV(B) 1.75º 0.48% 0.85% -
XYZ 37.54 28.28 19.1 -
YUV 145.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 216 116 113 0 0.46 0.48 0.15 1.75 0.57 0.65
Hex D8 74 71 0 2E 30 F 2 39 41
Octal 330 164 161 0 56 60 17 2 71 101
Binary 11011000 1110100 1110001 0 101110 110000 1111 10 111001 1000001

Color Harmonies of #D87471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87471

Black with #D87471

Text Example


Text Example

White with #D87471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87471; }

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

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

background-color css

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

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

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

border-color css

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

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

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