#D57376

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

Shades of Froly #D57376

Tints of Froly #D57376

Color information

#D57376 (or 0xD57376) is unknown color: approx Froly. HEX triplet: D5, 73 and 76. RGB value is (213,115,118). Sum of RGB (Red+Green+Blue) = 213+115+118=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D57376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57376 is #2A8C89. Grayscale: #909090. Windows color (decimal): -2788490 or 7762901. OLE color: 7762901.

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

Color convert

RGB213115118-
CMYK00.460.450.16
HSL358.16º53.85%64.31%-
HSV(B)358.16º46.01%83.53%-
XYZ36.8427.7220.55-
YUV144.64112.97176.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 115 (45.31% from 255) = 25.78%
BLUE value IS 118 (46.48% from 255) = 26.46%
R=47.76%
G=25.78%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311511800.460.450.16358.1653.8564.31
HexD5737602E2D101663640
Octal325163166056552054666100
Binary11010101111001111101100101110101101100001011001101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57376; }

 p { color: rgb(213,115,118); }

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

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

 a { background-color: rgb(213,115,118); }

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

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

 span { border-color: rgb(213,115,118); }

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