#D57475

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

Shades of Froly #D57475

Tints of Froly #D57475

Color information

#D57475 (or 0xD57475) is unknown color: approx Froly. HEX triplet: D5, 74 and 75. RGB value is (213,116,117). Sum of RGB (Red+Green+Blue) = 213+116+117=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D57475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57475 is #2A8B8A. Grayscale: #919191. Windows color (decimal): -2788235 or 7697621. OLE color: 7697621.

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

Color convert

RGB213116117-
CMYK00.460.450.16
HSL359.38º53.59%64.51%-
HSV(B)359.38º45.54%83.53%-
XYZ36.927.9220.27-
YUV145.12112.14176.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.76%
GREEN value IS 116 (45.70% from 255) = 26.01%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=47.76%
G=26.01%
B=26.23%

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
Decimal21311611700.460.450.16359.3853.5964.51
HexD5747502E2D101673641
Octal325164165056552054766101
Binary11010101111010011101010101110101101100001011001111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57475; }

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

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

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

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

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

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

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

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