Html Css Color HEX #DA7780 Froly

📋 copy color: '#DA7780'

red 218 ◦ green 119 ◦ blue 128

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

Shades of Froly #DA7780

Tints of Froly #DA7780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.53%

R = 46.88%
G = 25.59%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA7780 (or 0xDA7780) is known color: Froly. HEX triplet: DA, 77 and 80. RGB value is (218,119,128). Sum of RGB (Red+Green+Blue) = 218+119+128=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA7780 is #25887F. Grayscale: #959595. Windows color (decimal): -2459776 or 8419290. OLE color: 8419290.

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

Color convert

RGB 218 119 128 -
CMYK 0 0.45 0.41 0.15
HSL 354.55º 0.57% 0.66% -
HSV(B) 354.55º 0.45% 0.85% -
XYZ 39.41 29.66 24.07 -
YUV 149.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 218 119 128 0 0.45 0.41 0.15 354.55 0.57 0.66
Hex DA 77 80 0 2D 29 F 163 39 42
Octal 332 167 200 0 55 51 17 543 71 102
Binary 11011010 1110111 10000000 0 101101 101001 1111 101100011 111001 1000010

Color Harmonies of #DA7780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7780

Black with #DA7780

Text Example


Text Example

White with #DA7780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7780; }

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

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

background-color css

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

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

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

border-color css

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

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

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