#DA7179

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

Shades of Froly #DA7179

Tints of Froly #DA7179

Color information

#DA7179 (or 0xDA7179) is unknown color: approx Froly. HEX triplet: DA, 71 and 79. RGB value is (218,113,121). Sum of RGB (Red+Green+Blue) = 218+113+121=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7179 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7179 is #258E86. Grayscale: #919191. Windows color (decimal): -2461319 or 7959002. OLE color: 7959002.

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

Color convert

RGB218113121-
CMYK00.480.440.15
HSL355.43º58.66%64.9%-
HSV(B)355.43º48.17%85.49%-
XYZ38.2728.121.5-
YUV145.31114.29179.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.23%
GREEN value IS 113 (44.53% from 255) = 25%
BLUE value IS 121 (47.66% from 255) = 26.77%
R=48.23%
G=25%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811312100.480.440.15355.4358.6664.9
HexDA71790302CF1633b41
Octal332161171060541754373101
Binary1101101011100011111001011000010110011111011000111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7179; }

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

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

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

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

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

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

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

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