#DE7570

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

Shades of Geraldine #DE7570

Tints of Geraldine #DE7570

Color information

#DE7570 (or 0xDE7570) is unknown color: approx Geraldine. HEX triplet: DE, 75 and 70. RGB value is (222,117,112). Sum of RGB (Red+Green+Blue) = 222+117+112=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7570 is #218A8F. Grayscale: #939393. Windows color (decimal): -2198160 or 7370206. OLE color: 7370206.

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

Color convert

RGB222117112-
CMYK00.470.500.13
HSL2.73º62.5%65.49%-
HSV(B)2.73º49.55%87.06%-
XYZ39.4129.4218.93-
YUV147.83107.79180.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.22%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 112 (44.14% from 255) = 24.83%
R=49.22%
G=25.94%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211711200.470.500.132.7362.565.49
HexDE757002F32D33e41
Octal3361651600576215376101
Binary110111101110101111000001011111100101101111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7570; }

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

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

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

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

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

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

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

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