#D56571

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

Shades of Froly #D56571

Tints of Froly #D56571

Color information

#D56571 (or 0xD56571) is unknown color: approx Froly. HEX triplet: D5, 65 and 71. RGB value is (213,101,113). Sum of RGB (Red+Green+Blue) = 213+101+113=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D56571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56571 is #2A9A8E. Grayscale: #878787. Windows color (decimal): -2792079 or 7431637. OLE color: 7431637.

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

Color convert

RGB213101113-
CMYK00.530.470.16
HSL353.57º57.14%61.57%-
HSV(B)353.57º52.58%83.53%-
XYZ35.0724.6518.53-
YUV135.86115.11183.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.88%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 113 (44.53% from 255) = 26.46%
R=49.88%
G=23.65%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310111300.530.470.16353.5757.1461.57
HexD565710352F10162393e
Octal32514516106557205427176
Binary1101010111001011110001011010110111110000101100010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56571; }

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

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

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

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

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

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

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

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