#DE7973

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

Shades of Geraldine #DE7973

Tints of Geraldine #DE7973

Color information

#DE7973 (or 0xDE7973) is unknown color: approx Geraldine. HEX triplet: DE, 79 and 73. RGB value is (222,121,115). Sum of RGB (Red+Green+Blue) = 222+121+115=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 121 (47.66% from 255 or 26.42% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7973 is #21868C. Grayscale: #969696. Windows color (decimal): -2197133 or 7567838. OLE color: 7567838.

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

Color convert

RGB222121115-
CMYK00.450.480.13
HSL3.36º61.85%66.08%-
HSV(B)3.36º48.2%87.06%-
XYZ40.0630.4419.98-
YUV150.52107.96178.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.47%
GREEN value IS 121 (47.66% from 255) = 26.42%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=48.47%
G=26.42%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212111500.450.480.133.3661.8566.08
HexDE797302D30D33e42
Octal3361711630556015376102
Binary110111101111001111001101011011100001101111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7973; }

 p { color: rgb(222,121,115); }

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

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

 a { background-color: rgb(222,121,115); }

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

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

 span { border-color: rgb(222,121,115); }

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