Html Css Color HEX #DA7779 Froly

📋 copy color: '#DA7779'

red 218 ◦ green 119 ◦ blue 121

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

Shades of Froly #DA7779

Tints of Froly #DA7779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.42%

R = 47.6%
G = 25.98%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA7779 (or 0xDA7779) is known color: Froly. HEX triplet: DA, 77 and 79. RGB value is (218,119,121). Sum of RGB (Red+Green+Blue) = 218+119+121=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 119 (46.88% from 255 or 25.98% from 458); Blue value is 121 (47.66% from 255 or 26.42% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7779 is #258886. Grayscale: #949494. Windows color (decimal): -2459783 or 7960538. OLE color: 7960538.

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

Color convert

RGB 218 119 121 -
CMYK 0 0.45 0.44 0.15
HSL 358.79º 0.57% 0.66% -
HSV(B) 358.79º 0.45% 0.85% -
XYZ 38.96 29.48 21.73 -
YUV 148.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 218 119 121 0 0.45 0.44 0.15 358.79 0.57 0.66
Hex DA 77 79 0 2D 2C F 167 39 42
Octal 332 167 171 0 55 54 17 547 71 102
Binary 11011010 1110111 1111001 0 101101 101100 1111 101100111 111001 1000010

Color Harmonies of #DA7779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7779

Black with #DA7779

Text Example


Text Example

White with #DA7779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7779; }

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

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

background-color css

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

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

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

border-color css

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

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

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