Html Css Color HEX #DA7778 Froly

📋 copy color: '#DA7778'

red 218 ◦ green 119 ◦ blue 120

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

Shades of Froly #DA7778

Tints of Froly #DA7778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.04%

 BLUE value IS 120 (47.27% from 255) = 26.26%

R = 47.7%
G = 26.04%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA7778 (or 0xDA7778) is known color: Froly. HEX triplet: DA, 77 and 78. RGB value is (218,119,120). Sum of RGB (Red+Green+Blue) = 218+119+120=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 119 (46.88% from 255 or 26.04% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7778 is #258887. Grayscale: #949494. Windows color (decimal): -2459784 or 7895002. OLE color: 7895002.

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

Color convert

RGB 218 119 120 -
CMYK 0 0.45 0.45 0.15
HSL 359.39º 0.57% 0.66% -
HSV(B) 359.39º 0.45% 0.85% -
XYZ 38.9 29.46 21.4 -
YUV 148.72 111.8 177.42 -
System Red Green Blue C M Y K H S L
Decimal 218 119 120 0 0.45 0.45 0.15 359.39 0.57 0.66
Hex DA 77 78 0 2D 2D F 167 39 42
Octal 332 167 170 0 55 55 17 547 71 102
Binary 11011010 1110111 1111000 0 101101 101101 1111 101100111 111001 1000010

Color Harmonies of #DA7778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7778

Black with #DA7778

Text Example


Text Example

White with #DA7778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7778; }

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

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

background-color css

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

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

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

border-color css

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

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

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