Html Css Color HEX #DA6772 Froly

📋 copy color: '#DA6772'

red 218 ◦ green 103 ◦ blue 114

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

Shades of Froly #DA6772

Tints of Froly #DA6772

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.68%

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

R = 50.11%
G = 23.68%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA6772 (or 0xDA6772) is known color: Froly. HEX triplet: DA, 67 and 72. RGB value is (218,103,114). Sum of RGB (Red+Green+Blue) = 218+103+114=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 114 (44.92% from 255 or 26.21% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6772 is #25988D. Grayscale: #8A8A8A. Windows color (decimal): -2463886 or 7497690. OLE color: 7497690.

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

Color convert

RGB 218 103 114 -
CMYK 0 0.53 0.48 0.15
HSL 354.26º 0.61% 0.63% -
HSV(B) 354.26º 0.53% 0.85% -
XYZ 36.8 25.82 18.96 -
YUV 138.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 218 103 114 0 0.53 0.48 0.15 354.26 0.61 0.63
Hex DA 67 72 0 35 30 F 162 3D 3F
Octal 332 147 162 0 65 60 17 542 75 77
Binary 11011010 1100111 1110010 0 110101 110000 1111 101100010 111101 111111

Color Harmonies of #DA6772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6772

Black with #DA6772

Text Example


Text Example

White with #DA6772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6772; }

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

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

background-color css

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

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

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

border-color css

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

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

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