Html Css Color HEX #DA777C Froly

📋 copy color: '#DA777C'

red 218 ◦ green 119 ◦ blue 124

#DA777C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #DA777C

Tints of Froly #DA777C

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.9%

R = 47.29%
G = 25.81%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA777C (or 0xDA777C) is known color: 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

RGB 218 119 124 -
CMYK 0 0.45 0.43 0.15
HSL 356.97º 0.57% 0.66% -
HSV(B) 356.97º 0.45% 0.85% -
XYZ 39.15 29.55 22.71 -
YUV 149.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 218 119 124 0 0.45 0.43 0.15 356.97 0.57 0.66
Hex DA 77 7C 0 2D 2B F 165 39 42
Octal 332 167 174 0 55 53 17 545 71 102
Binary 11011010 1110111 1111100 0 101101 101011 1111 101100101 111001 1000010

Color Harmonies of #DA777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA777C

Black with #DA777C

Text Example


Text Example

White with #DA777C

Text Example


Text Example

HTML Codes & Css Web 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>