#DF7A78

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

Shades of Geraldine #DF7A78

Tints of Geraldine #DF7A78

Color information

#DF7A78 (or 0xDF7A78) is unknown color: approx Geraldine. HEX triplet: DF, 7A and 78. RGB value is (223,122,120). Sum of RGB (Red+Green+Blue) = 223+122+120=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7A78 is #208587. Grayscale: #989898. Windows color (decimal): -2131336 or 7895775. OLE color: 7895775.

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

Color convert

RGB223122120-
CMYK00.450.460.13
HSL1.17º61.68%67.25%-
HSV(B)1.17º46.19%87.45%-
XYZ40.7830.9621.6-
YUV151.97109.96178.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.96%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 120 (47.27% from 255) = 25.81%
R=47.96%
G=26.24%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312212000.450.460.131.1761.6867.25
HexDF7A7802D2ED13e43
Octal3371721700555615176103
Binary11011111111101011110000101101101110110111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7A78; }

 p { color: rgb(223,122,120); }

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

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

 a { background-color: rgb(223,122,120); }

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

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

 span { border-color: rgb(223,122,120); }

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