#D87473

Color #D87473 Geraldine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Geraldine #D87473

Tints of Geraldine #D87473

Color information

#D87473 (or 0xD87473) is unknown color: approx Geraldine. HEX triplet: D8, 74 and 73. RGB value is (216,116,115). Sum of RGB (Red+Green+Blue) = 216+116+115=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D87473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87473 is #278B8C. Grayscale: #919191. Windows color (decimal): -2591629 or 7566552. OLE color: 7566552.

HSL color Cylindrical-coordinate representation of color #D87473: hue angle of 0.59º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D87473 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB216116115-
CMYK00.460.470.15
HSL0.59º56.42%64.9%-
HSV(B)0.59º46.76%84.71%-
XYZ37.6628.3319.7-
YUV145.79110.63178.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.32%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=48.32%
G=25.95%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21611611500.460.470.150.5956.4264.9
HexD8747302E2FF13841
Octal3301641630565717170101
Binary11011000111010011100110101110101111111111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87473; }

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

 H1.HeaderClassName
 {
   color: #D87473;
 }
 .AnyTagClassName
 {
   color: #D87473;
 }
</style>
background-color css

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

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

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

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

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

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