Html Css Color HEX #D87571 Geraldine

📋 copy color: '#D87571'

red 216 ◦ green 117 ◦ blue 113

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

Shades of Geraldine #D87571

Tints of Geraldine #D87571

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.23%

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

R = 48.43%
G = 26.23%
B = 25.34%

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

#D87571 (or 0xD87571) is known color: Geraldine. HEX triplet: D8, 75 and 71. RGB value is (216,117,113). Sum of RGB (Red+Green+Blue) = 216+117+113=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D87571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87571 is #278A8E. Grayscale: #929292. Windows color (decimal): -2591375 or 7435736. OLE color: 7435736.

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

Color convert

RGB 216 117 113 -
CMYK 0 0.46 0.48 0.15
HSL 2.33º 0.57% 0.65% -
HSV(B) 2.33º 0.48% 0.85% -
XYZ 37.66 28.51 19.14 -
YUV 146.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 216 117 113 0 0.46 0.48 0.15 2.33 0.57 0.65
Hex D8 75 71 0 2E 30 F 2 39 41
Octal 330 165 161 0 56 60 17 2 71 101
Binary 11011000 1110101 1110001 0 101110 110000 1111 10 111001 1000001

Color Harmonies of #D87571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87571

Black with #D87571

Text Example


Text Example

White with #D87571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87571; }

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

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

background-color css

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

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

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

border-color css

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

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

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