#DF7575

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

Shades of Geraldine #DF7575

Tints of Geraldine #DF7575

Color information

#DF7575 (or 0xDF7575) is unknown color: approx Geraldine. HEX triplet: DF, 75 and 75. RGB value is (223,117,117). Sum of RGB (Red+Green+Blue) = 223+117+117=457 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.80% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7575 is #208A8A. Grayscale: #949494. Windows color (decimal): -2132619 or 7697887. OLE color: 7697887.

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

Color convert

RGB223117117-
CMYK00.480.480.13
HSL62.35%66.67%-
HSV(B)47.53%87.45%-
XYZ4029.6920.45-
YUV148.69110.12181-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.80%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=48.80%
G=25.60%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311711700.480.480.13062.3566.67
HexDF757503030D03e43
Octal3371651650606015076103
Binary11011111111010111101010110000110000110101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7575; }

 p { color: rgb(223,117,117); }

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

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

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

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

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

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

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