#DA6772

Color #DA6772 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DA6772

Tints of Froly #DA6772

Color information

#DA6772 (or 0xDA6772) is unknown color: approx 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

RGB218103114-
CMYK00.530.480.15
HSL354.26º60.85%62.94%-
HSV(B)354.26º52.75%85.49%-
XYZ36.825.8218.96-
YUV138.64114.1184.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50.11%
GREEN value IS 103 (40.62% 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 (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810311400.530.480.15354.2660.8562.94
HexDA677203530F1623d3f
Octal33214716206560175427577
Binary110110101100111111001001101011100001111101100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>