#DA6674

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

Shades of Froly #DA6674

Tints of Froly #DA6674

Color information

#DA6674 (or 0xDA6674) is unknown color: approx Froly. HEX triplet: DA, 66 and 74. RGB value is (218,102,116). Sum of RGB (Red+Green+Blue) = 218+102+116=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA6674 is #25998B. Grayscale: #8A8A8A. Windows color (decimal): -2464140 or 7628506. OLE color: 7628506.

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

Color convert

RGB218102116-
CMYK00.530.470.15
HSL352.76º61.05%62.75%-
HSV(B)352.76º53.21%85.49%-
XYZ36.8225.6719.54-
YUV138.28115.43184.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 23.39%
BLUE value IS 116 (45.70% from 255) = 26.61%
R=50%
G=23.39%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810211600.530.470.15352.7661.0562.75
HexDA66740352FF1613d3f
Octal33214616406557175417577
Binary110110101100110111010001101011011111111101100001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6674; }

 p { color: rgb(218,102,116); }

 H1.HeaderClassName
 {
   color: #DA6674;
 }
 .AnyTagClassName
 {
   color: #DA6674;
 }
</style>
background-color css

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

 a { background-color: rgb(218,102,116); }

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

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

 span { border-color: rgb(218,102,116); }

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