#D5747A

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

Shades of Froly #D5747A

Tints of Froly #D5747A

Color information

#D5747A (or 0xD5747A) is unknown color: approx Froly. HEX triplet: D5, 74 and 7A. RGB value is (213,116,122). Sum of RGB (Red+Green+Blue) = 213+116+122=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 122 (48.05% from 255 or 27.05% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5747A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5747A is #2A8B85. Grayscale: #919191. Windows color (decimal): -2788230 or 8025301. OLE color: 8025301.

HSL color Cylindrical-coordinate representation of color #D5747A: hue angle of 356.29º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5747A is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB213116122-
CMYK00.460.430.16
HSL356.29º53.59%64.51%-
HSV(B)356.29º45.54%83.53%-
XYZ37.228.0421.86-
YUV145.69114.64176.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.23%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 122 (48.05% from 255) = 27.05%
R=47.23%
G=25.72%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311612200.460.430.16356.2953.5964.51
HexD5747A02E2B101643641
Octal325164172056532054466101
Binary11010101111010011110100101110101011100001011001001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5747A; }

 p { color: rgb(213,116,122); }

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

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

 a { background-color: rgb(213,116,122); }

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

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

 span { border-color: rgb(213,116,122); }

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