Html Css Color HEX #D87271 Geraldine

📋 copy color: '#D87271'

red 216 ◦ green 114 ◦ blue 113

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

Shades of Geraldine #D87271

Tints of Geraldine #D87271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.73%

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

R = 48.76%
G = 25.73%
B = 25.51%

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

#D87271 (or 0xD87271) is known color: Geraldine. HEX triplet: D8, 72 and 71. RGB value is (216,114,113). Sum of RGB (Red+Green+Blue) = 216+114+113=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D87271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87271 is #278D8E. Grayscale: #909090. Windows color (decimal): -2592143 or 7434968. OLE color: 7434968.

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

Color convert

RGB 216 114 113 -
CMYK 0 0.47 0.48 0.15
HSL 0.58º 0.57% 0.65% -
HSV(B) 0.58º 0.48% 0.85% -
XYZ 37.32 27.83 19.03 -
YUV 144.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 216 114 113 0 0.47 0.48 0.15 0.58 0.57 0.65
Hex D8 72 71 0 2F 30 F 1 39 41
Octal 330 162 161 0 57 60 17 1 71 101
Binary 11011000 1110010 1110001 0 101111 110000 1111 1 111001 1000001

Color Harmonies of #D87271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87271

Black with #D87271

Text Example


Text Example

White with #D87271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87271; }

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

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

background-color css

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

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

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

border-color css

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

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

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