#D77270

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

Shades of Geraldine #D77270

Tints of Geraldine #D77270

Color information

#D77270 (or 0xD77270) is unknown color: approx Geraldine. HEX triplet: D7, 72 and 70. RGB value is (215,114,112). Sum of RGB (Red+Green+Blue) = 215+114+112=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 114 (44.92% from 255 or 25.85% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D77270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77270 is #288D8F. Grayscale: #909090. Windows color (decimal): -2657680 or 7369431. OLE color: 7369431.

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

Color convert

RGB215114112-
CMYK00.470.480.16
HSL1.17º56.28%64.12%-
HSV(B)1.17º47.91%84.31%-
XYZ36.9727.6518.72-
YUV143.97109.96178.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.75%
GREEN value IS 114 (44.92% from 255) = 25.85%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=48.75%
G=25.85%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511411200.470.480.161.1756.2864.12
HexD7727002F301013840
Octal3271621600576020170100
Binary110101111110010111000001011111100001000011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77270; }

 p { color: rgb(215,114,112); }

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

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

 a { background-color: rgb(215,114,112); }

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

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

 span { border-color: rgb(215,114,112); }

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