Html Css Color HEX #DA7379 Froly

📋 copy color: '#DA7379'

red 218 ◦ green 115 ◦ blue 121

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

Shades of Froly #DA7379

Tints of Froly #DA7379

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.33%

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

R = 48.02%
G = 25.33%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA7379 (or 0xDA7379) is known color: Froly. HEX triplet: DA, 73 and 79. RGB value is (218,115,121). Sum of RGB (Red+Green+Blue) = 218+115+121=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7379 is #258C86. Grayscale: #929292. Windows color (decimal): -2460807 or 7959514. OLE color: 7959514.

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

Color convert

RGB 218 115 121 -
CMYK 0 0.47 0.44 0.15
HSL 356.5º 0.58% 0.65% -
HSV(B) 356.5º 0.47% 0.85% -
XYZ 38.5 28.55 21.57 -
YUV 146.48 113.62 179.01 -
System Red Green Blue C M Y K H S L
Decimal 218 115 121 0 0.47 0.44 0.15 356.5 0.58 0.65
Hex DA 73 79 0 2F 2C F 165 3A 41
Octal 332 163 171 0 57 54 17 545 72 101
Binary 11011010 1110011 1111001 0 101111 101100 1111 101100101 111010 1000001

Color Harmonies of #DA7379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7379

Black with #DA7379

Text Example


Text Example

White with #DA7379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7379; }

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

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

background-color css

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

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

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

border-color css

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

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

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