#D57375

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

Shades of Froly #D57375

Tints of Froly #D57375

Color information

#D57375 (or 0xD57375) is unknown color: approx Froly. HEX triplet: D5, 73 and 75. RGB value is (213,115,117). Sum of RGB (Red+Green+Blue) = 213+115+117=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D57375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57375 is #2A8C8A. Grayscale: #909090. Windows color (decimal): -2788491 or 7697365. OLE color: 7697365.

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

Color convert

RGB213115117-
CMYK00.460.450.16
HSL358.78º53.85%64.31%-
HSV(B)358.78º46.01%83.53%-
XYZ36.7827.6920.24-
YUV144.53112.47176.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.87%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=47.87%
G=25.84%
B=26.29%

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
Decimal21311511700.460.450.16358.7853.8564.31
HexD5737502E2D101673640
Octal325163165056552054766100
Binary11010101111001111101010101110101101100001011001111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57375; }

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

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

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

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

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

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

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

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