Html Css Color HEX #DA7071 Froly

📋 copy color: '#DA7071'

red 218 ◦ green 112 ◦ blue 113

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

Shades of Froly #DA7071

Tints of Froly #DA7071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

 BLUE value IS 113 (44.53% from 255) = 25.51%

R = 49.21%
G = 25.28%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA7071 (or 0xDA7071) is known color: Froly. HEX triplet: DA, 70 and 71. RGB value is (218,112,113). Sum of RGB (Red+Green+Blue) = 218+112+113=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7071 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7071 is #258F8E. Grayscale: #8F8F8F. Windows color (decimal): -2461583 or 7434458. OLE color: 7434458.

HSL color Cylindrical-coordinate representation of color #DA7071: 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.49%. Process color model (Four color, CMYK) of #DA7071 is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 113 -
CMYK 0 0.49 0.48 0.15
HSL 359.43º 0.59% 0.65% -
HSV(B) 359.43º 0.49% 0.85% -
XYZ 37.69 27.69 18.98 -
YUV 143.81 110.62 180.92 -
System Red Green Blue C M Y K H S L
Decimal 218 112 113 0 0.49 0.48 0.15 359.43 0.59 0.65
Hex DA 70 71 0 31 30 F 167 3B 41
Octal 332 160 161 0 61 60 17 547 73 101
Binary 11011010 1110000 1110001 0 110001 110000 1111 101100111 111011 1000001

Color Harmonies of #DA7071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7071

Black with #DA7071

Text Example


Text Example

White with #DA7071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7071; }

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

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

background-color css

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

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

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

border-color css

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

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

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