Html Css Color HEX #DA7077 Froly

📋 copy color: '#DA7077'

red 218 ◦ green 112 ◦ blue 119

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

Shades of Froly #DA7077

Tints of Froly #DA7077

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.94%

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

R = 48.55%
G = 24.94%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA7077 (or 0xDA7077) is known color: Froly. HEX triplet: DA, 70 and 77. RGB value is (218,112,119). Sum of RGB (Red+Green+Blue) = 218+112+119=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 119 (46.88% from 255 or 26.50% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7077 is #258F88. Grayscale: #909090. Windows color (decimal): -2461577 or 7827674. OLE color: 7827674.

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

Color convert

RGB 218 112 119 -
CMYK 0 0.49 0.45 0.15
HSL 356.04º 0.59% 0.65% -
HSV(B) 356.04º 0.49% 0.85% -
XYZ 38.04 27.83 20.82 -
YUV 144.49 113.62 180.43 -
System Red Green Blue C M Y K H S L
Decimal 218 112 119 0 0.49 0.45 0.15 356.04 0.59 0.65
Hex DA 70 77 0 31 2D F 164 3B 41
Octal 332 160 167 0 61 55 17 544 73 101
Binary 11011010 1110000 1110111 0 110001 101101 1111 101100100 111011 1000001

Color Harmonies of #DA7077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7077

Black with #DA7077

Text Example


Text Example

White with #DA7077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7077; }

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

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

background-color css

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

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

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

border-color css

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

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

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