Html Css Color HEX #DA7277 Froly

📋 copy color: '#DA7277'

red 218 ◦ green 114 ◦ blue 119

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

Shades of Froly #DA7277

Tints of Froly #DA7277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.39%

R = 48.34%
G = 25.28%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA7277 (or 0xDA7277) is known color: Froly. HEX triplet: DA, 72 and 77. RGB value is (218,114,119). Sum of RGB (Red+Green+Blue) = 218+114+119=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7277 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7277 is #258D88. Grayscale: #919191. Windows color (decimal): -2461065 or 7828186. OLE color: 7828186.

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

Color convert

RGB 218 114 119 -
CMYK 0 0.48 0.45 0.15
HSL 357.12º 0.58% 0.65% -
HSV(B) 357.12º 0.48% 0.85% -
XYZ 38.26 28.27 20.89 -
YUV 145.67 112.96 179.59 -
System Red Green Blue C M Y K H S L
Decimal 218 114 119 0 0.48 0.45 0.15 357.12 0.58 0.65
Hex DA 72 77 0 30 2D F 165 3A 41
Octal 332 162 167 0 60 55 17 545 72 101
Binary 11011010 1110010 1110111 0 110000 101101 1111 101100101 111010 1000001

Color Harmonies of #DA7277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7277

Black with #DA7277

Text Example


Text Example

White with #DA7277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7277; }

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

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

background-color css

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

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

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

border-color css

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

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

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