#DE7574

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

Shades of Geraldine #DE7574

Tints of Geraldine #DE7574

Color information

#DE7574 (or 0xDE7574) is unknown color: approx Geraldine. HEX triplet: DE, 75 and 74. RGB value is (222,117,116). Sum of RGB (Red+Green+Blue) = 222+117+116=455 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.79% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7574 is #218A8B. Grayscale: #949494. Windows color (decimal): -2198156 or 7632350. OLE color: 7632350.

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

Color convert

RGB222117116-
CMYK00.470.480.13
HSL0.57º61.63%66.27%-
HSV(B)0.57º47.75%87.06%-
XYZ39.6429.5120.13-
YUV148.28109.79180.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.79%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=48.79%
G=25.71%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211711600.470.480.130.5761.6366.27
HexDE757402F30D13e42
Octal3361651640576015176102
Binary11011110111010111101000101111110000110111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7574; }

 p { color: rgb(222,117,116); }

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

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

 a { background-color: rgb(222,117,116); }

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

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

 span { border-color: rgb(222,117,116); }

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