#DA747E

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

Shades of Froly #DA747E

Tints of Froly #DA747E

Color information

#DA747E (or 0xDA747E) is unknown color: approx Froly. HEX triplet: DA, 74 and 7E. RGB value is (218,116,126). Sum of RGB (Red+Green+Blue) = 218+116+126=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA747E is #258B81. Grayscale: #939393. Windows color (decimal): -2460546 or 8287450. OLE color: 8287450.

HSL color Cylindrical-coordinate representation of color #DA747E: hue angle of 354.12º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DA747E is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB218116126-
CMYK00.470.420.15
HSL354.12º57.95%65.49%-
HSV(B)354.12º46.79%85.49%-
XYZ38.9228.923.27-
YUV147.64115.79178.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.39%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=47.39%
G=25.22%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811612600.470.420.15354.1257.9565.49
HexDA747E02F2AF1623a41
Octal332164176057521754272101
Binary1101101011101001111110010111110101011111011000101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA747E; }

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

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

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

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

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

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

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

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