Html Css Color HEX #D87170 Geraldine

📋 copy color: '#D87170'

red 216 ◦ green 113 ◦ blue 112

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

Shades of Geraldine #D87170

Tints of Geraldine #D87170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.4%

R = 48.98%
G = 25.62%
B = 25.4%

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

#D87170 (or 0xD87170) is known color: Geraldine. HEX triplet: D8, 71 and 70. RGB value is (216,113,112). Sum of RGB (Red+Green+Blue) = 216+113+112=441 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.98% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 216 - color contains mainly: red. Hex color #D87170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87170 is #278E8F. Grayscale: #8F8F8F. Windows color (decimal): -2592400 or 7369176. OLE color: 7369176.

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

Color convert

RGB 216 113 112 -
CMYK 0 0.48 0.48 0.15
HSL 0.58º 0.57% 0.64% -
HSV(B) 0.58º 0.48% 0.85% -
XYZ 37.15 27.58 18.69 -
YUV 143.68 110.12 179.58 -
System Red Green Blue C M Y K H S L
Decimal 216 113 112 0 0.48 0.48 0.15 0.58 0.57 0.64
Hex D8 71 70 0 30 30 F 1 39 40
Octal 330 161 160 0 60 60 17 1 71 100
Binary 11011000 1110001 1110000 0 110000 110000 1111 1 111001 1000000

Color Harmonies of #D87170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D87170

Black with #D87170

Text Example


Text Example

White with #D87170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D87170; }

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

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

background-color css

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

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

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

border-color css

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

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

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