#DA7379

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

Shades of Froly #DA7379

Tints of Froly #DA7379

Color information

#DA7379 (or 0xDA7379) is unknown color: approx Froly. HEX triplet: DA, 73 and 79. RGB value is (218,115,121). Sum of RGB (Red+Green+Blue) = 218+115+121=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7379 is #258C86. Grayscale: #929292. Windows color (decimal): -2460807 or 7959514. OLE color: 7959514.

HSL color Cylindrical-coordinate representation of color #DA7379: hue angle of 356.5º 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 #DA7379 is Cyan = 0, Magento = 0.47, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB218115121-
CMYK00.470.440.15
HSL356.5º58.19%65.29%-
HSV(B)356.5º47.25%85.49%-
XYZ38.528.5521.57-
YUV146.48113.62179.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.02%
GREEN value IS 115 (45.31% from 255) = 25.33%
BLUE value IS 121 (47.66% from 255) = 26.65%
R=48.02%
G=25.33%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811512100.470.440.15356.558.1965.29
HexDA737902F2CF1653a41
Octal332163171057541754572101
Binary1101101011100111111001010111110110011111011001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7379; }

 p { color: rgb(218,115,121); }

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

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

 a { background-color: rgb(218,115,121); }

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

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

 span { border-color: rgb(218,115,121); }

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