#DE7271

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

Shades of Geraldine #DE7271

Tints of Geraldine #DE7271

Color information

#DE7271 (or 0xDE7271) is unknown color: approx Geraldine. HEX triplet: DE, 72 and 71. RGB value is (222,114,113). Sum of RGB (Red+Green+Blue) = 222+114+113=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7271 is #218D8E. Grayscale: #929292. Windows color (decimal): -2198927 or 7434974. OLE color: 7434974.

HSL color Cylindrical-coordinate representation of color #DE7271: hue angle of 0.55º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE7271 is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB222114113-
CMYK00.490.490.13
HSL0.55º62.29%65.69%-
HSV(B)0.55º49.1%87.06%-
XYZ39.1228.7619.11-
YUV146.18109.28182.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 113 (44.53% from 255) = 25.17%
R=49.44%
G=25.39%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211411300.490.490.130.5562.2965.69
HexDE727103131D13e42
Octal3361621610616115176102
Binary11011110111001011100010110001110001110111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7271; }

 p { color: rgb(222,114,113); }

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

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

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

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

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

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

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