Html Css Color HEX #D87171 Geraldine

📋 copy color: '#D87171'

red 216 ◦ green 113 ◦ blue 113

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

Shades of Geraldine #D87171

Tints of Geraldine #D87171

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.57%

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

R = 48.87%
G = 25.57%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D87171 (or 0xD87171) is known color: Geraldine. HEX triplet: D8, 71 and 71. RGB value is (216,113,113). Sum of RGB (Red+Green+Blue) = 216+113+113=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D87171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87171 is #278E8E. Grayscale: #8F8F8F. Windows color (decimal): -2592399 or 7434712. OLE color: 7434712.

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

Color convert

RGB 216 113 113 -
CMYK 0 0.48 0.48 0.15
HSL 0.57% 0.65% -
HSV(B) 0.48% 0.85% -
XYZ 37.2 27.6 18.99 -
YUV 143.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 216 113 113 0 0.48 0.48 0.15 0 0.57 0.65
Hex D8 71 71 0 30 30 F 0 39 41
Octal 330 161 161 0 60 60 17 0 71 101
Binary 11011000 1110001 1110001 0 110000 110000 1111 0 111001 1000001

Color Harmonies of #D87171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87171

Black with #D87171

Text Example


Text Example

White with #D87171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87171; }

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

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

background-color css

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

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

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

border-color css

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

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

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