#DA777B

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

Shades of Froly #DA777B

Tints of Froly #DA777B

Color information

#DA777B (or 0xDA777B) is unknown color: approx Froly. HEX triplet: DA, 77 and 7B. RGB value is (218,119,123). Sum of RGB (Red+Green+Blue) = 218+119+123=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 123 (48.44% from 255 or 26.74% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA777B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA777B is #258884. Grayscale: #959595. Windows color (decimal): -2459781 or 8091610. OLE color: 8091610.

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

Color convert

RGB218119123-
CMYK00.450.440.15
HSL357.58º57.23%66.08%-
HSV(B)357.58º45.41%85.49%-
XYZ39.0929.5322.38-
YUV149.06113.3177.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.39%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 123 (48.44% from 255) = 26.74%
R=47.39%
G=25.87%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811912300.450.440.15357.5857.2366.08
HexDA777B02D2CF1663942
Octal332167173055541754671102
Binary1101101011101111111011010110110110011111011001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA777B; }

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

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

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

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

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

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

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

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