#DF7872

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

Shades of Geraldine #DF7872

Tints of Geraldine #DF7872

Color information

#DF7872 (or 0xDF7872) is unknown color: approx Geraldine. HEX triplet: DF, 78 and 72. RGB value is (223,120,114). Sum of RGB (Red+Green+Blue) = 223+120+114=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 120 (47.27% from 255 or 26.26% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7872 is #20878D. Grayscale: #969696. Windows color (decimal): -2131854 or 7502047. OLE color: 7502047.

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

Color convert

RGB223120114-
CMYK00.460.490.13
HSL3.3º63.01%66.08%-
HSV(B)3.3º48.88%87.45%-
XYZ40.1930.3419.66-
YUV150.11107.62179.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.80%
GREEN value IS 120 (47.27% from 255) = 26.26%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=48.80%
G=26.26%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312011400.460.490.133.363.0166.08
HexDF787202E31D33f42
Octal3371701620566115377102
Binary110111111111000111001001011101100011101111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7872; }

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

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

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

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

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

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

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

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