#DF7175

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

Shades of Froly #DF7175

Tints of Froly #DF7175

Color information

#DF7175 (or 0xDF7175) is unknown color: approx Froly. HEX triplet: DF, 71 and 75. RGB value is (223,113,117). Sum of RGB (Red+Green+Blue) = 223+113+117=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7175 is #208E8A. Grayscale: #929292. Windows color (decimal): -2133643 or 7696863. OLE color: 7696863.

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

Color convert

RGB223113117-
CMYK00.490.480.13
HSL357.82º63.22%65.88%-
HSV(B)357.82º49.33%87.45%-
XYZ39.5528.7820.3-
YUV146.35111.44182.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.23%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=49.23%
G=24.94%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311311700.490.480.13357.8263.2265.88
HexDF717503130D1663f42
Octal337161165061601554677102
Binary1101111111100011110101011000111000011011011001101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7175; }

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

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

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

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

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

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

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

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