#DA7176

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

Shades of Froly #DA7176

Tints of Froly #DA7176

Color information

#DA7176 (or 0xDA7176) is unknown color: approx Froly. HEX triplet: DA, 71 and 76. RGB value is (218,113,118). Sum of RGB (Red+Green+Blue) = 218+113+118=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7176 is #258E89. Grayscale: #919191. Windows color (decimal): -2461322 or 7762394. OLE color: 7762394.

HSL color Cylindrical-coordinate representation of color #DA7176: hue angle of 357.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA7176 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218113118-
CMYK00.480.460.15
HSL357.14º58.66%64.9%-
HSV(B)357.14º48.17%85.49%-
XYZ38.0928.0220.54-
YUV144.96112.79180.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.55%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 118 (46.48% from 255) = 26.28%
R=48.55%
G=25.17%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811311800.480.460.15357.1458.6664.9
HexDA71760302EF1653b41
Octal332161166060561754573101
Binary1101101011100011110110011000010111011111011001011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7176; }

 p { color: rgb(218,113,118); }

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

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

 a { background-color: rgb(218,113,118); }

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

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

 span { border-color: rgb(218,113,118); }

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