Html Css Color HEX #DA7279 Froly

📋 copy color: '#DA7279'

red 218 ◦ green 114 ◦ blue 121

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

Shades of Froly #DA7279

Tints of Froly #DA7279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.17%

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

R = 48.12%
G = 25.17%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA7279 (or 0xDA7279) is known color: Froly. HEX triplet: DA, 72 and 79. RGB value is (218,114,121). Sum of RGB (Red+Green+Blue) = 218+114+121=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 121 (47.66% from 255 or 26.71% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7279 is #258D86. Grayscale: #919191. Windows color (decimal): -2461063 or 7959258. OLE color: 7959258.

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

Color convert

RGB 218 114 121 -
CMYK 0 0.48 0.44 0.15
HSL 355.96º 0.58% 0.65% -
HSV(B) 355.96º 0.48% 0.85% -
XYZ 38.38 28.32 21.53 -
YUV 145.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 218 114 121 0 0.48 0.44 0.15 355.96 0.58 0.65
Hex DA 72 79 0 30 2C F 164 3A 41
Octal 332 162 171 0 60 54 17 544 72 101
Binary 11011010 1110010 1111001 0 110000 101100 1111 101100100 111010 1000001

Color Harmonies of #DA7279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7279

Black with #DA7279

Text Example


Text Example

White with #DA7279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7279; }

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

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

background-color css

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

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

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

border-color css

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

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

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