#DA777C

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

Shades of Froly #DA777C

Tints of Froly #DA777C

Color information

#DA777C (or 0xDA777C) is unknown color: approx Froly. HEX triplet: DA, 77 and 7C. RGB value is (218,119,124). Sum of RGB (Red+Green+Blue) = 218+119+124=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 119 (46.88% from 255 or 25.81% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA777C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA777C is #258883. Grayscale: #959595. Windows color (decimal): -2459780 or 8157146. OLE color: 8157146.

HSL color Cylindrical-coordinate representation of color #DA777C: hue angle of 356.97º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA777C is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB218119124-
CMYK00.450.430.15
HSL356.97º57.23%66.08%-
HSV(B)356.97º45.41%85.49%-
XYZ39.1529.5522.71-
YUV149.17113.8177.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 119 (46.88% from 255) = 25.81%
BLUE value IS 124 (48.83% from 255) = 26.90%
R=47.29%
G=25.81%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811912400.450.430.15356.9757.2366.08
HexDA777C02D2BF1653942
Octal332167174055531754571102
Binary1101101011101111111100010110110101111111011001011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA777C; }

 p { color: rgb(218,119,124); }

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

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

 a { background-color: rgb(218,119,124); }

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

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

 span { border-color: rgb(218,119,124); }

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