#DA737E

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

Shades of Froly #DA737E

Tints of Froly #DA737E

Color information

#DA737E (or 0xDA737E) is unknown color: approx Froly. HEX triplet: DA, 73 and 7E. RGB value is (218,115,126). Sum of RGB (Red+Green+Blue) = 218+115+126=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA737E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA737E is #258C81. Grayscale: #939393. Windows color (decimal): -2460802 or 8287194. OLE color: 8287194.

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

Color convert

RGB218115126-
CMYK00.470.420.15
HSL353.59º58.19%65.29%-
HSV(B)353.59º47.25%85.49%-
XYZ38.8128.6723.23-
YUV147.05116.12178.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.49%
GREEN value IS 115 (45.31% from 255) = 25.05%
BLUE value IS 126 (49.61% from 255) = 27.45%
R=47.49%
G=25.05%
B=27.45%

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
Decimal21811512600.470.420.15353.5958.1965.29
HexDA737E02F2AF1623a41
Octal332163176057521754272101
Binary1101101011100111111110010111110101011111011000101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA737E; }

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

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

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

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

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

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

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

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