Html Css Color HEX #DA777F Froly

📋 copy color: '#DA777F'

red 218 ◦ green 119 ◦ blue 127

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

Shades of Froly #DA777F

Tints of Froly #DA777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.37%

R = 46.98%
G = 25.65%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA777F (or 0xDA777F) is known color: Froly. HEX triplet: DA, 77 and 7F. RGB value is (218,119,127). Sum of RGB (Red+Green+Blue) = 218+119+127=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA777F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA777F is #258880. Grayscale: #959595. Windows color (decimal): -2459777 or 8353754. OLE color: 8353754.

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

Color convert

RGB 218 119 127 -
CMYK 0 0.45 0.42 0.15
HSL 355.15º 0.57% 0.66% -
HSV(B) 355.15º 0.45% 0.85% -
XYZ 39.34 29.63 23.72 -
YUV 149.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 218 119 127 0 0.45 0.42 0.15 355.15 0.57 0.66
Hex DA 77 7F 0 2D 2A F 163 39 42
Octal 332 167 177 0 55 52 17 543 71 102
Binary 11011010 1110111 1111111 0 101101 101010 1111 101100011 111001 1000010

Color Harmonies of #DA777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA777F

Black with #DA777F

Text Example


Text Example

White with #DA777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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