#DE7A71

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

Shades of Geraldine #DE7A71

Tints of Geraldine #DE7A71

Color information

#DE7A71 (or 0xDE7A71) is unknown color: approx Geraldine. HEX triplet: DE, 7A and 71. RGB value is (222,122,113). Sum of RGB (Red+Green+Blue) = 222+122+113=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7A71 is #21858E. Grayscale: #979797. Windows color (decimal): -2196879 or 7437022. OLE color: 7437022.

HSL color Cylindrical-coordinate representation of color #DE7A71: hue angle of 4.95º 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 #DE7A71 is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB222122113-
CMYK00.450.490.13
HSL4.95º62.29%65.69%-
HSV(B)4.95º49.1%87.06%-
XYZ40.0630.6419.43-
YUV150.87106.63178.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.58%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=48.58%
G=26.70%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212211300.450.490.134.9562.2965.69
HexDE7A7102D31D53e42
Octal3361721610556115576102
Binary1101111011110101110001010110111000111011011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7A71; }

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

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

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

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

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

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

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

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