Html Css Color HEX #DA7172 Froly

📋 copy color: '#DA7172'

red 218 ◦ green 113 ◦ blue 114

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

Shades of Froly #DA7172

Tints of Froly #DA7172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.39%

 BLUE value IS 114 (44.92% from 255) = 25.62%

R = 48.99%
G = 25.39%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA7172 (or 0xDA7172) is known color: Froly. HEX triplet: DA, 71 and 72. RGB value is (218,113,114). Sum of RGB (Red+Green+Blue) = 218+113+114=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7172 is #258E8D. Grayscale: #909090. Windows color (decimal): -2461326 or 7500250. OLE color: 7500250.

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

Color convert

RGB 218 113 114 -
CMYK 0 0.48 0.48 0.15
HSL 359.43º 0.59% 0.65% -
HSV(B) 359.43º 0.48% 0.85% -
XYZ 37.86 27.93 19.32 -
YUV 144.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 218 113 114 0 0.48 0.48 0.15 359.43 0.59 0.65
Hex DA 71 72 0 30 30 F 167 3B 41
Octal 332 161 162 0 60 60 17 547 73 101
Binary 11011010 1110001 1110010 0 110000 110000 1111 101100111 111011 1000001

Color Harmonies of #DA7172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7172

Black with #DA7172

Text Example


Text Example

White with #DA7172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7172; }

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

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

background-color css

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

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

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

border-color css

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

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

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