#D76F6D

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

Shades of Geraldine #D76F6D

Tints of Geraldine #D76F6D

Color information

#D76F6D (or 0xD76F6D) is unknown color: approx Geraldine. HEX triplet: D7, 6F and 6D. RGB value is (215,111,109). Sum of RGB (Red+Green+Blue) = 215+111+109=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 111 (43.75% from 255 or 25.52% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D76F6D is #289092. Grayscale: #8D8D8D. Windows color (decimal): -2658451 or 7172055. OLE color: 7172055.

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

Color convert

RGB215111109-
CMYK00.480.490.16
HSL1.13º56.99%63.53%-
HSV(B)1.13º49.3%84.31%-
XYZ36.4726.9217.74-
YUV141.87109.46180.16-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.43%
GREEN value IS 111 (43.75% from 255) = 25.52%
BLUE value IS 109 (42.97% from 255) = 25.06%
R=49.43%
G=25.52%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511110900.480.490.161.1356.9963.53
HexD76F6D030311013940
Octal3271571550606120171100
Binary110101111101111110110101100001100011000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76F6D; }

 p { color: rgb(215,111,109); }

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

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

 a { background-color: rgb(215,111,109); }

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

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

 span { border-color: rgb(215,111,109); }

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