#D56C71

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

Shades of Froly #D56C71

Tints of Froly #D56C71

Color information

#D56C71 (or 0xD56C71) is unknown color: approx Froly. HEX triplet: D5, 6C and 71. RGB value is (213,108,113). Sum of RGB (Red+Green+Blue) = 213+108+113=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 108 (42.58% from 255 or 24.88% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D56C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56C71 is #2A938E. Grayscale: #8C8C8C. Windows color (decimal): -2790287 or 7433429. OLE color: 7433429.

HSL color Cylindrical-coordinate representation of color #D56C71: hue angle of 357.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56C71 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB213108113-
CMYK00.490.470.16
HSL357.14º55.56%62.94%-
HSV(B)357.14º49.3%83.53%-
XYZ35.7826.0618.77-
YUV139.96112.79180.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.08%
GREEN value IS 108 (42.58% from 255) = 24.88%
BLUE value IS 113 (44.53% from 255) = 26.04%
R=49.08%
G=24.88%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310811300.490.470.16357.1455.5662.94
HexD56C710312F10165383f
Octal32515416106157205457077
Binary1101010111011001110001011000110111110000101100101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56C71; }

 p { color: rgb(213,108,113); }

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

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

 a { background-color: rgb(213,108,113); }

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

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

 span { border-color: rgb(213,108,113); }

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