Html Css Color HEX #DA7072 Froly

📋 copy color: '#DA7072'

red 218 ◦ green 112 ◦ blue 114

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

Shades of Froly #DA7072

Tints of Froly #DA7072

RGB

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

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

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

R = 49.1%
G = 25.23%
B = 25.68%

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

#DA7072 (or 0xDA7072) is known color: Froly. HEX triplet: DA, 70 and 72. RGB value is (218,112,114). Sum of RGB (Red+Green+Blue) = 218+112+114=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7072 is #258F8D. Grayscale: #909090. Windows color (decimal): -2461582 or 7499994. OLE color: 7499994.

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

Color convert

RGB 218 112 114 -
CMYK 0 0.49 0.48 0.15
HSL 358.87º 0.59% 0.65% -
HSV(B) 358.87º 0.49% 0.85% -
XYZ 37.74 27.71 19.28 -
YUV 143.92 111.12 180.84 -
System Red Green Blue C M Y K H S L
Decimal 218 112 114 0 0.49 0.48 0.15 358.87 0.59 0.65
Hex DA 70 72 0 31 30 F 167 3B 41
Octal 332 160 162 0 61 60 17 547 73 101
Binary 11011010 1110000 1110010 0 110001 110000 1111 101100111 111011 1000001

Color Harmonies of #DA7072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7072

Black with #DA7072

Text Example


Text Example

White with #DA7072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7072; }

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

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

background-color css

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

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

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

border-color css

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

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

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