#DA7475

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

Shades of Froly #DA7475

Tints of Froly #DA7475

Color information

#DA7475 (or 0xDA7475) is unknown color: approx Froly. HEX triplet: DA, 74 and 75. RGB value is (218,116,117). Sum of RGB (Red+Green+Blue) = 218+116+117=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 117 (46.09% from 255 or 25.94% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7475 is #258B8A. Grayscale: #929292. Windows color (decimal): -2460555 or 7697626. OLE color: 7697626.

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

Color convert

RGB218116117-
CMYK00.470.460.15
HSL359.41º57.95%65.49%-
HSV(B)359.41º46.79%85.49%-
XYZ38.3728.6820.34-
YUV146.61111.29178.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 117 (46.09% from 255) = 25.94%
R=48.34%
G=25.72%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811611700.470.460.15359.4157.9565.49
HexDA747502F2EF1673a41
Octal332164165057561754772101
Binary1101101011101001110101010111110111011111011001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7475; }

 p { color: rgb(218,116,117); }

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

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

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

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

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

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

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