#DA7375

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

Shades of Froly #DA7375

Tints of Froly #DA7375

Color information

#DA7375 (or 0xDA7375) is unknown color: approx Froly. HEX triplet: DA, 73 and 75. RGB value is (218,115,117). Sum of RGB (Red+Green+Blue) = 218+115+117=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7375 is #258C8A. Grayscale: #929292. Windows color (decimal): -2460811 or 7697370. OLE color: 7697370.

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

Color convert

RGB218115117-
CMYK00.470.460.15
HSL358.83º58.19%65.29%-
HSV(B)358.83º47.25%85.49%-
XYZ38.2628.4520.31-
YUV146.02111.62179.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.44%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 117 (46.09% from 255) = 26%
R=48.44%
G=25.56%
B=26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21811511700.470.460.15358.8358.1965.29
HexDA737502F2EF1673a41
Octal332163165057561754772101
Binary1101101011100111110101010111110111011111011001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7375; }

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

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

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

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

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

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

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

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