Html Css Color HEX #DA7177 Froly

📋 copy color: '#DA7177'

red 218 ◦ green 113 ◦ blue 119

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

Shades of Froly #DA7177

Tints of Froly #DA7177

RGB

 RED value IS 218 (85.55% from 255) = 48.44%

 GREEN value IS 113 (44.53% from 255) = 25.11%

 BLUE value IS 119 (46.88% from 255) = 26.44%

R = 48.44%
G = 25.11%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA7177 (or 0xDA7177) is known color: Froly. HEX triplet: DA, 71 and 77. RGB value is (218,113,119). Sum of RGB (Red+Green+Blue) = 218+113+119=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7177 is #258E88. Grayscale: #919191. Windows color (decimal): -2461321 or 7827930. OLE color: 7827930.

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

Color convert

RGB 218 113 119 -
CMYK 0 0.48 0.45 0.15
HSL 356.57º 0.59% 0.65% -
HSV(B) 356.57º 0.48% 0.85% -
XYZ 38.15 28.05 20.86 -
YUV 145.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 218 113 119 0 0.48 0.45 0.15 356.57 0.59 0.65
Hex DA 71 77 0 30 2D F 165 3B 41
Octal 332 161 167 0 60 55 17 545 73 101
Binary 11011010 1110001 1110111 0 110000 101101 1111 101100101 111011 1000001

Color Harmonies of #DA7177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7177

Black with #DA7177

Text Example


Text Example

White with #DA7177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7177; }

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

 H1.HeaderClassName
 {
   color: #DA7177;
 }
 .AnyTagClassName
 {
   color: #DA7177;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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